Forum Discussion

AllyLavin's avatar
AllyLavin
Copper Contributor
Jun 14, 2021
Solved

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...
  • HansVogelaar's avatar
    Jun 14, 2021

    AllyLavin 

    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)))

     

Resources