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