Forum Discussion

RichardB-257397-242020's avatar
RichardB-257397-242020
Copper Contributor
Apr 24, 2020

If Statemnt - Volatile result

I am doing Conditional Formatting on a date field. For 1 data set it works fine. When I try it on another data set it is not working.

When testing the IF statement, it appears that result rather than True or False I get the result Volatile.

 

Can anyone suggest a fix for this.

Thanks

Richard.

4 Replies

      • SergeiBaklan's avatar
        SergeiBaklan
        Diamond Contributor

        RichardB-257397-242020 

        Richard, I see, thank you for the screenshot. That's not an error, that's kind of alert which says you use so called volatile functions. In this case that is TODAY(). Excel recalculate all volatile functions with every operation in the sheet, even if such function has no connection to this operation at all. Thus such functions could significantly reduce the performance of all calculations. 

         

        I guess Excel doesn't show result at this very moment for such functions since they are recalculated all the time.

         

        You may simply ignore this "formula result".

Resources