msexcel
New Member
Hello there,
I have a question about IF function. Here is the arguments I am typing in however the result is not correct. IF(checking<500,"low",if(2000>checking>500,"medium","high")
The problem is to categorize the checking account into three levels, if the amount is less than 500, then the result should show as LOW, if it is between 500 and 2000, then medium, and if the amount is above 2000, the result should be high.
Thanks,
I have a question about IF function. Here is the arguments I am typing in however the result is not correct. IF(checking<500,"low",if(2000>checking>500,"medium","high")
The problem is to categorize the checking account into three levels, if the amount is less than 500, then the result should show as LOW, if it is between 500 and 2000, then medium, and if the amount is above 2000, the result should be high.
Thanks,