Forum Discussion
WMegl
Feb 27, 2022Copper Contributor
IF/Then formula
I am trying to use an If/Then formula to calculate a value. I'm using this: =IF(A8< 5000.01,C8=A8*0.05). The cell that contains the formula is showing "FALSE". I want cell C8 to contain the calcula...
NikolinoDE
Feb 27, 2022Platinum Contributor
=IF(A8< 5000.01;A8*0.05;"")