Hello from Steved
Steve the below formula is based on a complete months data
What happens as today is 22nd October The #REF! changes to
38028 as an example. (1st October to 22nd October) but the
rest of the month will display #REF! in the cells until a
completed month. What I have acheived is to do what you
asked and that is Go To > Special > Formulas > Errors
format the text to white, but as you point out what
happened was when the cell recalculates to a usable value.
So my thinking is that when the cell displays #REF! I
tried to put in {=INDEX(B$1:$C$217,SMALL(IF
(B$1:$B$217=$D$17,ROW ($B$1:$B$217)-ROW($B$1)+1,ROW($B$217)
+1), $E$20),2)=IF(ISERROR(#REF!),"","No Error")}hoping
this would have made the cell go blank but no go.
Have you any thoughts
Cheers
{=INDEX(B$1:$C$217,SMALL(IF(B$1:$B$217=$D$17,ROW
($B$1:$B$217)-ROW($B$1)+1,ROW($B$217)+1), $E$20),2)}