creating formula
I have two different sheets. One is populated from when a person fills out a form and they insert the location plus the fiscla year of 2023 - 01 January.
Then there is another sheet where al the locations are listed and the columns names are 2023 - 01 January and so on.
how do i make it so that when the form filled out with the location and the fiscal year then match the other sheet and shows a yes that they reported for that fiscal year for that specific location.
Answers
-
Could you provide a screen shot of what you're working on? It sounds like you're trying to match a value on a separate sheet with multiple criteria, which means I think you'd like to use the COLLECT() function.
It'd be something like
=INDEX(COLLECT({Cross Sheet Location Range},Location@row,{Cross Sheet Fiscal Year Range},[Fiscal Year]@row),1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!