Forum Discussion
AllyLavin
Jun 14, 2021Copper Contributor
Find latest value by searching right to left - formula
Don’t suppose anyone can help with a formula please? I am trying to find a "first" and "last" sale date. I’ve achieved the first sale date by using this formula below, now I essentially want it to do...
- Jun 14, 2021
As an array formula confirmed with Ctrl+Shift+Enter:
=INDEX($B$4:$IV$4,MAX(($B5:$IV5>0)*ISNUMBER($B5:$IV5)*(COLUMN($B$4:$IV$4)-COLUMN($B$4)+1)))
HansVogelaar
Jun 14, 2021MVP
As an array formula confirmed with Ctrl+Shift+Enter:
=INDEX($B$4:$IV$4,MAX(($B5:$IV5>0)*ISNUMBER($B5:$IV5)*(COLUMN($B$4:$IV$4)-COLUMN($B$4)+1)))
AllyLavin
Jun 15, 2021Copper Contributor
This is perfect! thank you so much