Support Board
Date/Time: Mon, 23 Dec 2024 02:49:40 +0000
Post From: Index and Match on spreadsheet
[2015-01-01 21:48:43] |
Sawtooth - Posts: 4141 |
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) |