Formula problem

R

Rao Ratan Singh

Dear Sir,
I m using this function =IF(AND($A$1="gopal minerals",'Gopal
Sales'!E6>0),'Gopal Sales'!E6,AND($A$1="Micro Products",'Micro
Sales'!E6>0,'Micro Sales'!E6,$A$1="Ultra Fine Filler Private Limited", 'Ultra
Sales'!E6>0, 'Ultra Sales'!E6,""))

but when it found empty cells in respective sheet it returns #value!. I want
it should return blank.

How it can be. solve my problem please.

RRS
 
B

Bob Phillips

=IF(AND($A$1="gopal minerals",'Gopal Sales'!E6>0),'Gopal Sales'!E6,
IF(AND($A$1="Micro Products",'Micro Sales'!E6>0),'Micro Sales'!E6,
IF(AND($A$1="Ultra Fine Filler Private Limited",'Ultra Sales'!E6>0),'Ultra
Sales'!E6,"")))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
B

Bob Phillips

My pleasure sir!

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

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