Format A1 & A2 as text using the '
eg in cell A1 = '12/06/2000
in cell A2 = '23/06/2000
Your concat.....should then work
NOTE: Using calculations / formulas on these cells STILL works.
Ivan
Bob
As a quick fix, I would suggest concatinating the
two cells referenced into one cell and then use this
cell as your reference Title.
Ivan
Chart Title solution (In case you were following)
CONCATENATE("Scrap From ",MONTH(B2),"/",DAY(B2),"/00 - ",MONTH(D2),"/",DAY(D2),"/00")
I used concatenate like you suggested Ivan.
I suppose I could have used year(B2) but did not want four digits and didn't want to fool around with it anymore. Format A1 & A2 as text using the '