Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default Help with formula ,"")

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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Help with formula ,"")

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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,231
Default Help with formula ,"")

"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.


Reformatting your formula

=IF(
P160,
G16*L16*P16,
IF(
P16=0,
G16*L16
)
)

It looks like the only cases not handled are P16 not numeric and P16 < 0.
When do you want it to return "" ?


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,231
Default Help with formula ,"")

"Frances C" wrote...
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

....

So you want to display "" (nothing) when G16 or L16 are blank?

"Frances C" wrote:

....
=IF(P160,G16*L16*P16,IF(P16=0,G16*L16))

....

=IF(COUNT(G16,L16)=2,G16*L16*IF(P160,P16,1),"")




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Help with formula ,"")

I do not want to see a zero on the result cell
if I have not type any numbers on the other cells


Try this then:
=IF(COUNT(G16,L16,P16)<3,"",IF(P16=0,G16*L16,IF(P1 60,G16*L16*P16,"")))
which will only compute if all 3 cells are populated, otherwise the formula
cell will appear blank: ""
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Frances C" wrote:
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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
Complex if test program possible? If "value" "value", paste "value" in another cell? jseabold Excel Discussion (Misc queries) 1 January 30th 06 10:01 PM
conditional formula to show "open" or "closed" SBS Excel Worksheet Functions 6 January 28th 06 01:48 AM


All times are GMT +1. The time now is 01:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"