![]() |
nested if statements
I need an if statement that looks at a cell for a value and enters the
following: if the value in cell A1 is between 0 and 30,000 then enter "A1*0.1" if the value in cell A1 is between 30,000.01 and 60,000, then enter "A1*0.15" and so on down the line, I know my limit is seven nested, just not sure how to phrase the statement |
nested if statements
works great without the commas in "30,000.01" and "60,000.01"
"Teethless mama" wrote: =LOOKUP(A1,{0,30,000.01,60,0001},{0.1,0.15,0.2})*A 1 "tjb" wrote: I need an if statement that looks at a cell for a value and enters the following: if the value in cell A1 is between 0 and 30,000 then enter "A1*0.1" if the value in cell A1 is between 30,000.01 and 60,000, then enter "A1*0.15" and so on down the line, I know my limit is seven nested, just not sure how to phrase the statement |
All times are GMT +1. The time now is 11:01 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com