hello,
i came across a Video by Prodactive about S-Curves in smartsheet and so far everything has been working exactly as expected with one major exception; the "Actual" baseline. From the video and the downloaded examples, i used the exact same formula and referenced my sheet name versus what he had in his example. But for some reason i cannot get the data i need to pull. the way its intended to work is My S-Curve Archive sheet is updated weekly through an automation on another sheet with the current date and completion percentage (S-Curve Archive Range 1). Now when that archive sheet is updated, my Metrics sheet should see a matching Yr-Wk value and pull in the related percentage. but when i do it now, i just get blanks. I even tried changing the Yr-wk cell to A on the Metrics and the Archive sheet to A and it still wont pull. i tried changing the type of field from formula to static but still nothing. The formula in this cell is currently:
=IFERROR(INDEX({S-Curve Archive Range 1}, MATCH(Date@row, {Date}, 0)), "") on my Metrics sheet
The Yr-Wk formula on that same metrics sheet is:
And the Yr-wk formula on the referenced Archive sheet that should be pulling in the % complete column is:
Any Idea what i could be doing wrong or what im missing?