View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Frances C[_2_] Frances C[_2_] is offline
external usenet poster
 
Posts: 31
Default Help with formula ,"")

It does not work, my original formula works, the only problem is that I do
not want to see a cero on the result cell I have not type any numbers on the
other cells, I know that if I use "" I make the cell invisible, but on the
formula P16 need to have the option to be use or not

"Max" wrote:

Try it as:
=IF(P16="","",IF(P16=0,G16*L16,IF(P160,G16*L16*P1 6,"")))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Frances C" wrote:
I have this formula that works fine:
=IF(P160,G16*L16*P16,IF(P16=0,G16*L16)) I want it to be invisible and
everytime I want to incert ,"") it becomes an error.