how to link this dbl if statement

E

Ed D

I would like to properly write the following formula:
=if(b2=37%,33%,if(b2<>37%,b2-2%)

In english this means if b2 is equal to 37% then I want my answer in b3 to
be 33%. However if b2 is not equal to 37% then what ever is in b2 i want b3
to be 2% less.

Thanks in advance.

Ed
 
G

Govind

Hi,

use

=if(b2=37%,33%,b2-2%)

The second if condition (if(b2<>37%) is not required as the formula will
go to the second condition only if b2 is not equal to 37.

REgards

Govind.
 

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

Top