Support Board
Date/Time: Sun, 08 Mar 2026 03:27:43 +0000
Post From: Index and Match on spreadsheet
| [2015-01-01 21:48:43] |
| Sawtooth - Posts: 4315 |
|
Here's a workaround, using another Formula Column, e.g. P: cell P3: =IF(O3>0,1,0) then: =INDEX(O4:O36,MATCH(1,P4:P36,0),1) |
