View Single Post
 
Old 05-30-2021, 08:11 AM
Kiwi971 Kiwi971 is offline Windows 10 Office 2019
Novice
 
Join Date: May 2021
Location: United Arab Emirates
Posts: 9
Kiwi971 is on a distinguished road
Default How to use the IF formula to return a number

Hi,

I am using an IF/AND formula.
(=IF(AND(C4>=0, C4<=$A$1), "x", XXXX)

If the value is (TURE) less than A1 it returns an 'X' - This part is fine!
If the value is (FALSE) more than A1, I want it to return how much more than A1 it is.
Any help on the last part of this formula would be greatly appreciated
Reply With Quote