Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Biff...Here are all the variables. We are trying to figure
a fee for the total in G5. The answer will be in M5. Thanks for your help... If G5< or = to 2500 then answer is 77.48, if G5 is between 2,500.01 - 100,000.00 then answer is 84.13 if G5 is between 100,000.01 - 500,000.00 then answer is 101.89 if G5 is between 500,000.01 - 5,000,000.00 then answer is 146.67 if G5 is greater than or equal to 5,000,000.01 answer is 399.00 "T. Valko" wrote: If G5< or = to 2500 then answer is 77.48, if G5 <=2500.01 and 100000 then answer is 84.13 Etc... The logic of your 2nd IF is wrong. It should be: =2500.01 How many "Etc...'s" are there? Post *all* of the conditions. Biff "Headacheaday" wrote in message ... Help, I am trying to write a conditional formula with many conditions and I keep getting errors, or just true or false. I need specific answers in the cells.. I.E. 77.48, 84.13.. etc... If G5< or = to 2500 then answer is 77.48, if G5 <=2500.01 and 100000 then answer is 84.13 Etc... |