cell reffrence changing when rows added
Hello all, i have a strange situation here. i have a sheet where we track all the POs that we go out and pick up from different vendors. in this sheet i have added some sheet summary fields, whhc count the number of total POs, POs picked up and PO s not picked up.
i have made a dashboard to show these 3 things i mentioned above. the catch i have is that i want it to show only the data for a selected date.
in order to filer by the date, i created a helper sheet where i added just one column, called it CHoose date, and made a form out of it. I added this form to the dashboard where whoever is checking can enter a date and submit the form. now in my summary sheet field in my master sheet, i used COUNTIFS and added a condition that counts the POs for dates equal to the date submitted in the helpersheet.
issue is that when i reference the whole column, it shows answer 0 as there are multiple dates in the choose date row. when is reference specific cell, it works for the first time but when anyone submits a new date the cell reference shifts. how do i make sure that the reference in the helpersheet only looks at the very first cell in top.
Answers
-
Your cross sheet reference would need to be updated to pull from the entire column, and then you would use an INDEX function like so:
INDEX({Full Date Column}, 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!