If Statement with 9 sequences

D

Daisy77

Hello everybody,

I currently have an IF statement w/8 sequences and it is working properly.
I'm doing this for tax purposes. When I try to add one more sequence, it
doesn't work. basically I just want to say If B4<529,0. I want it to return
a value of zero if cell B4 is < 529. Please help!!!
This is the current formula I have:

=IF(B15<943,0,IF(B15<2914,41.3,IF(B15<3618,336.95,IF(B15<4772,512.95,IF(B15<5580,842.53,IF(B15<8347,1026.53,IF(B15<14670,1801.29,IF(B15<30000,3887.88,0))))))))

Thanks!
Daisy
 
D

Daisy77

Sorry, this is a Duplicate posting. My computer wasn't updated so I didn't
realize I resent it multiple times.
I already have my answer!

Thanks!
 

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


Top