jblonde002
Board Regular
- Joined
- Jun 10, 2014
- Messages
- 61
I have inherited a spreadsheet with this array formula:
=IFERROR(INDEX(In.Out!BO:BO,SMALL(IF(In.Out!BT:BT=1,ROW(In.Out!BO:BO)-MIN(ROW(In.Out!BO:BO))+1),ROWS(ProgAll!$P$5:P5))),"")
I don't know a huge amount about Excel but the formula needs to return values greater than 0.5, not just equal to 1. Can that be done? Many thanks for any help you can give - I am well out of my depth on this!
=IFERROR(INDEX(In.Out!BO:BO,SMALL(IF(In.Out!BT:BT=1,ROW(In.Out!BO:BO)-MIN(ROW(In.Out!BO:BO))+1),ROWS(ProgAll!$P$5:P5))),"")
I don't know a huge amount about Excel but the formula needs to return values greater than 0.5, not just equal to 1. Can that be done? Many thanks for any help you can give - I am well out of my depth on this!