Login Page - Create Account

Support Board


Date/Time: Sun, 14 Sep 2025 03:46:18 +0000



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

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