Hello,
I built the below array formula for a spreadsheet that we use at the office (column B).
My concern is that, since the file will be used by many not-so-Excel savvy users, the { } might desappear for whatever reason, resulting in incorrect results.
Are you aware of any reliable way to prevent this potential issue to occur?
If feasible, I think the best way would be to re-work the formula into an equivalent regular (not array) formula. Alternatively, maybe something like:
Of course, I have no idea how to achieve any of those...
Any suggestion will be much appreciated!!
Thanks.
I built the below array formula for a spreadsheet that we use at the office (column B).
- ={ IFERROR(VLOOKUP(INDEX($E$1:$E$16,MATCH(TRUE,ISNUMBER(FIND($E$1:$E$16,A1,2)),0),1),$E$1:$F$16,2,0),"N/A")}
My concern is that, since the file will be used by many not-so-Excel savvy users, the { } might desappear for whatever reason, resulting in incorrect results.
Are you aware of any reliable way to prevent this potential issue to occur?
If feasible, I think the best way would be to re-work the formula into an equivalent regular (not array) formula. Alternatively, maybe something like:
- Conditional formatting to highlight the missing {} hence reminding user to press Ctrl+Shift+Enter
- VBA to re-add the the missing { }
Of course, I have no idea how to achieve any of those...
Any suggestion will be much appreciated!!
Thanks.
Last edited: