If function with Calculation

  • Thread starter Thread starter WallyGathor
  • Start date Start date
W

WallyGathor

Result I need to see in A2
If A1 >1 then A3 / A1 but if A1<=1 "Not required"

I have tried a few things with the IF function without success.

Thank you for your help.
 
=if(a1>1,a1/a3,"Not required")

--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"WallyGathor" escreveu:
 
=if(a1>1,a1/a3,"Not required")

--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"WallyGathor" escreveu:
 
Back
Top