nested if statements

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

alternatives to embedded ifs 6
nesting if statements 4
Excel Need Countifs Formula Help 0
Nested IF statement 5
7+ nested if statement? 3
Using multiple IF conditions 3
Nested If problem 3
Simple nested if and statement 2

Back
Top