Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have spread sheet that has many lines that converts dollars to Euros, but
if dollars are not input on a line, I would like the cell to be blank and not the the Euro sign and a dash. Anybody have an answer? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Is this any help: =IF((A16*B16)=0,"",(A16*B16)) Basically if the result of A16 * B16 is 0 put nothing ("") in the cell, otherwise perform the formula. Ensure that the cells are formatted to show Euros (right click format cells currency. Thanks gazzr -- Gazzr ------------------------------------------------------------------------ Gazzr's Profile: http://www.excelforum.com/member.php...o&userid=31075 View this thread: http://www.excelforum.com/showthread...hreadid=539127 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you so much! It worked. I appreciate your time to help me.
Connie "Gazzr" wrote: Is this any help: =IF((A16*B16)=0,"",(A16*B16)) Basically if the result of A16 * B16 is 0 put nothing ("") in the cell, otherwise perform the formula. Ensure that the cells are formatted to show Euros (right click format cells currency. Thanks gazzr -- Gazzr ------------------------------------------------------------------------ Gazzr's Profile: http://www.excelforum.com/member.php...o&userid=31075 View this thread: http://www.excelforum.com/showthread...hreadid=539127 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to display subjects taught by a specific teacher upon selection of the teacher name in a drop down box | New Users to Excel | |||
Formatting: Display a minus sign before a number | Excel Discussion (Misc queries) | |||
display plus sign on plus numbers in Excel | Excel Discussion (Misc queries) | |||
I want to display the minus sign | New Users to Excel | |||
Combine & Display “Fixed” & “Automatically Updated” Date Parts | Excel Worksheet Functions |