Problem with Index Match
Hi I'm trying to fill out the hours with Index/Match. It works with some but not with other. Here is the formula I'm using
=INDEX({Week 19}, MATCH(Matter2, {Matter}) (Image 1)
Image 2 - Were data is pulling from
On some it works however on other it defaults to the first one. In the 3rd Image I use the formula,
=INDEX({Week 19}, MATCH(Matter72, {Matter})) Which I thought would input the information for Matter Logistics, instead it is putting the information for "Billing"
However I used the same information In formula for Image 4 Site Visit and it pulled correctly
=INDEX({Week 19}, MATCH(Matter107, {Matter}))
I have 10 Matters and it pulled incorrectly for 4 out 6, however they all use the same base format
=IINDEX(Week ), match (Matter, {Matter})))
Any suggestions
Thanks
Comments
-
Try specifying your search type for the MATCH function.
=INDEX({Week 19}, MATCH(Matter2, {Matter}, 0))
-
Try changing {} to ()
Craig
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 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!