Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I am using this formula in cell B1 =Sign(A1) It works but if A1 is blank it shows #VALUE! I would like the formula to ignore blank cells and appear blank. Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This should suffice:
=IF(A1="","",SIGN(A1)) Think you were hitting the text zero length null strings: "" (return by formulas) rather than real blanks in the VALUE error. Real blanks would be evaluated by SIGN to return zero. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Neil" wrote: Hi I am using this formula in cell B1 =Sign(A1) It works but if A1 is blank it shows #VALUE! I would like the formula to ignore blank cells and appear blank. Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Max
That is a great help "Max" wrote: This should suffice: =IF(A1="","",SIGN(A1)) Think you were hitting the text zero length null strings: "" (return by formulas) rather than real blanks in the VALUE error. Real blanks would be evaluated by SIGN to return zero. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Neil" wrote: Hi I am using this formula in cell B1 =Sign(A1) It works but if A1 is blank it shows #VALUE! I would like the formula to ignore blank cells and appear blank. Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
welcome, Neil.
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Neil" wrote in message ... Thanks Max That is a great help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Ignoring blank cells on getting an average | Excel Discussion (Misc queries) | |||
Ignoring Blank Cells | Excel Worksheet Functions | |||
30 Day Moving Average Ignoring Blank Cells | Excel Worksheet Functions | |||
Help with ignoring blank cells | Excel Discussion (Misc queries) | |||
geomean ignoring blank cells and chars | Excel Worksheet Functions |