Meeting Minutes - automate MM#, author and attendees by date
Hi All,
Hope you're all well.
I wanted to filter the meeting minutes based on the selected date. I created hidden columns that contain the meeting number, author and actual attendees for that date. I tried using the formula below but it didn't work. The peach background means this is where I change the date manually, which will then automate the MM#, author and attendees once it matches with the date in the hidden columns. I am using the formula below:
=INDEX([Hidden Cols -->]$2:Duration$4, 3, MATCH([Date Added]$2, [Hidden Cols -->]$4:Duration$4, 0))
I'm not sure what I should have changed.
Answers
-
Change your first range to just be a single row (the one you want to pull from) and then change the 3 for the row number in the INDEX function to a 1.
-
Thanks Paul,
I've put in this code but it results as #nomatch
=INDEX([Hidden Cols -->]$4:Duration$4, 1, MATCH([Date Added]$2, [Hidden Cols -->]$4:Duration$4, 0))
t15:
=INDEX([Hidden Cols -->]$4:Duration$4, 1, MATCH([Date Added]$2, [Hidden Cols -->]$2:Duration$4, 0))
-
You have your ranges backwards.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!