Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a worksheet which has some blank cells on it, and other cells with
zeros. I am trying to reference it in another worksheet, formatted as a number with one decimal place. When I reference the blank cell, it comes across as zero. Here is a case example: Sheet 1, Column A, rows 1-5 2.3 <--Blank cell 1.5 0 3 When referenced on sheet 2: =Sheet1!A1 =Sheet1!A2 =Sheet1!A3 =Sheet1!A4 =Sheet1!A5 Comes across as: 2.3 0.0 <--Blank on Sheet 1 1.5 0.0 3.0 Is there any sort of formatting that I can do to the cell range on sheet 2 that will reflect the blank cell WITHOUT using an If statement. thanks, sean |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to return a blank formula cell if the reference is blank? | Excel Worksheet Functions | |||
if statement when cell is blank | Excel Worksheet Functions | |||
returning blank when reference cell is blank | Excel Worksheet Functions | |||
how to get excel to display blank if reference cell blank | Excel Worksheet Functions | |||
keep cell blank if IF statement is False | New Users to Excel |