Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have entered several functions in my spreadsheet, however the cells
they are dependant on do not currently have data entered in them. Is there a way to retain the function in the cell, yet not have it show "#VALUE" or "#DIV0"? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Something like this I would guess...
IF(OR(X1="",Y1="",Z1=""),"",<<YourFormula) where X1, Y1 and Z1 are assumed to be the cells your formula is dependent on. Rick "tonyalt3" wrote in message ... I have entered several functions in my spreadsheet, however the cells they are dependant on do not currently have data entered in them. Is there a way to retain the function in the cell, yet not have it show "#VALUE" or "#DIV0"? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Jan 8, 8:12*pm, "Rick Rothstein \(MVP - VB\)"
wrote: Something like this I would guess... IF(OR(X1="",Y1="",Z1=""),"",<<YourFormula) where X1, Y1 and Z1 are assumed to be the cells your formula is dependent on. Rick "tonyalt3" wrote in message ... I have entered several functions in my spreadsheet, however the cells they are dependant on do not currently have data entered in them. *Is there a way to retain the function in the cell, yet not have it show "#VALUE" or "#DIV0"?- Hide quoted text - - Show quoted text - Excellent, thanks!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a way of not displaying 'Div0!' in a cell? | Excel Discussion (Misc queries) | |||
IRR & #DIV0! | Excel Worksheet Functions | |||
I WANT TO HIDE THIS #DIV0! | Excel Discussion (Misc queries) | |||
#DIV0/! issues | Excel Discussion (Misc queries) | |||
Excel - IF Formula and #DIV0! | Excel Worksheet Functions |