Login Page - Create Account

Support Board


Date/Time: Sat, 01 Nov 2025 00:38:35 +0000



Post From: Help with a Spreadsheet Sum column upon a condition then start from 0

[2020-12-05 21:40:37]
Sawtooth - Posts: 4281
Try this, in cell Y3:
=IF(E3>=E4,0,IF(E3<=E4,X3+Y4,Y4))