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
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!