OR function with Index(Collect?
Hi,
I am have some trouble getting the OR function to work with an Index(Collect.
This is the formula.
=IFERROR(OR(INDEX(COLLECT({Video Attach}, {MSN}, [New MSN]@row, {Description}, Description@row), 1), IF(Photos@row = 1, 1, 0) "")
The goal of the formula is to match columns 'MSN' and 'Description' with another sheet and set the checkbox if a match is found OR if the cell next to it has a checked checkbox, then also mark the box as checked.
However I'm getting #Unparseable, and I think I am using the OR function wrong, but can't quite work out why.
I can get Index(collect and the IF Statement to work independently, but together as an OR statement I doesn't seem to work.
Can anyone see what I'm doing wrong here?
Thanks.
Answers
-
Try this...
=IF(OR(iferror_index_collect, Photos@row = 1), 1)
-
I ended up splitting the formula into two helper columns and using a 3rd column to use a much more simple OR Formula. Seems to work perfectly now!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!