View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Need formula like ISBLANK that returns "no value" even if thereis a formula in referenced cell

You won't be able to get a true blank, as the cell contains a formula.
If that formula returns a blank ("") however, you can use something
like this:

=IF(A1="","",something_else)

Hope this helps.

Pete

On May 7, 1:12*pm, insitedge wrote:
In a cell, I often want to reference another cell and want to return
"No value" or have it remain Blank, but the cell that I am referencing
has a formula, so ISBLANK does not interpret that the referenced Cell
is Blank. *What formula can I use to return no value or leave the cell
blank even though the referenced cell has a formula?

Jim,
Denver