Login Page - Create Account

Support Board


Date/Time: Sun, 22 Mar 2026 01:23:19 +0000



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

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