Login Page - Create Account

Support Board


Date/Time: Thu, 11 Sep 2025 15:16:06 +0000



Post From: Index and Match on spreadsheet

[2015-01-01 21:48:43]
Sawtooth - Posts: 4263
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)