Forum Discussion

simon_70's avatar
simon_70
Copper Contributor
Dec 21, 2022
Solved

Freeze Excel formula when criteria met

Hello Guys   Might be easy but i have a headache here    Preface I want the "Days in transit" Colum to stop updating the formula when I select the Yes answer in the "Arrived at destination" Colu...
  • HansVogelaar's avatar
    HansVogelaar
    Dec 21, 2022

    simon_70 

    Instead of No/Yes in the Arrived at destination column, I'd leave it blank initially, and enter the date of arrival when the item has arrived. You can then use

     

    =IF(L2="",TODAY(),L2)-G2

Resources