Forum Discussion
rach1345
Feb 19, 2023Brass Contributor
spill error
I have set up a table in cell f1 – f18. Cell f1 has the column header in and the other 17 lines have material names in. I have inserted the following formula =IF(A2=$F$2:$F$17,"GKITTING","N/A") so i...
- Feb 19, 2023
FikturFox
Feb 19, 2023Brass Contributor
Since you have spilled arrays...
You can have a single formula that spills..
ie
=IF(ISNUMBER(MATCH(A2:A588,F2:F17,0)), "GKITTING","NA")
You can have a single formula that spills..
ie
=IF(ISNUMBER(MATCH(A2:A588,F2:F17,0)), "GKITTING","NA")