B
brent
I have an is statment as such:
=IF('Raw Data'!A5=0,,'Raw Data'!A5)
This issue I have is when I format fields as "date" and the
reference cell = 0 excel formates the cell as 01/00/00.
I have also used the formula:
=IF('Raw Data'!A5=0,"",'Raw Data'!A5)
The issue I have is I want to create graphs of this data in
a dynamic fashion, but when the data range of the graph
encounters either "" or 1/00/00 as a date, it plots it as a
data point. I need a way to make my IF statment to produce
a BLANK or EMPTY cell. Is there a key word in excel for this?
=IF('Raw Data'!A5=0,,'Raw Data'!A5)
This issue I have is when I format fields as "date" and the
reference cell = 0 excel formates the cell as 01/00/00.
I have also used the formula:
=IF('Raw Data'!A5=0,"",'Raw Data'!A5)
The issue I have is I want to create graphs of this data in
a dynamic fashion, but when the data range of the graph
encounters either "" or 1/00/00 as a date, it plots it as a
data point. I need a way to make my IF statment to produce
a BLANK or EMPTY cell. Is there a key word in excel for this?