Support Board
Date/Time: Tue, 23 Jun 2026 13:14:32 +0000
Post From: Maximum If Value is Greater than 0 (Spreadsheet System for Trading)
| [2024-01-06 18:53:46] |
| Sawtooth - Posts: 4333 |
|
I'm trying to develop a formula to find the maximum of column P, only until the next 0
Use a formula like this in Q3:=IF(P3>0,MAX(P3,Q4),0) |
