Nikki91775
Member
My spreadsheet pulls from a Pivot Table by Date. For example 6/3/2013, 6,4,2013, etc. In my spreadsheet it states to lookup the pivot table for that date. I also have in front of the formula an IFERROR in the front and the "" at the end.
However, if my date field does not have anything in it, it will come up as a Zero on my spreadsheet. I do not want any number populating until the date has happened and sometimes there could be days where there are 0's. It is just making my variance look bad all the way across the month when it has not even happened.
Here is my formula: =IFERROR(GETPIVOTDATA("QTY Ord",'E40 Pivot'!$A$3,"Order Date",DATE(2013,6,3)),"")
However, if my date field does not have anything in it, it will come up as a Zero on my spreadsheet. I do not want any number populating until the date has happened and sometimes there could be days where there are 0's. It is just making my variance look bad all the way across the month when it has not even happened.
Here is my formula: =IFERROR(GETPIVOTDATA("QTY Ord",'E40 Pivot'!$A$3,"Order Date",DATE(2013,6,3)),"")