Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Dear Sir,
I m using this function =IF(AND($A$1="gopal minerals",'Gopal Sales'!E60),'Gopal Sales'!E6,AND($A$1="Micro Products",'Micro Sales'!E60,'Micro Sales'!E6,$A$1="Ultra Fine Filler Private Limited", 'Ultra Sales'!E60, '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 |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=IF(AND($A$1="gopal minerals",'Gopal Sales'!E60),'Gopal Sales'!E6,
IF(AND($A$1="Micro Products",'Micro Sales'!E60),'Micro Sales'!E6, IF(AND($A$1="Ultra Fine Filler Private Limited",'Ultra Sales'!E60),'Ultra Sales'!E6,""))) -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Rao Ratan Singh" wrote in message ... Dear Sir, I m using this function =IF(AND($A$1="gopal minerals",'Gopal Sales'!E60),'Gopal Sales'!E6,AND($A$1="Micro Products",'Micro Sales'!E60,'Micro Sales'!E6,$A$1="Ultra Fine Filler Private Limited", 'Ultra Sales'!E60, '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 |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thank you sir,
It is working. thanks and regards yours RRS |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
My pleasure sir!
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "Rao Ratan Singh" wrote in message ... Thank you sir, It is working. thanks and regards yours RRS |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula percentage problem | New Users to Excel | |||
formula problem | New Users to Excel | |||
Problem with nested logical formula. | Excel Worksheet Functions | |||
problem with Array Formula | Excel Worksheet Functions | |||
Baffling formula problem | Excel Discussion (Misc queries) |