Thread
:
If or formula help
View Single Post
04-24-2018, 01:08 PM
NBVC
Windows 10
Office 2013
The Formula Guy
Join Date: Mar 2012
Location: Mississauga, CANADA
Posts: 215
You can create a table of values to look for off to the side then reference that list..
e.g
=IF(Isnumber(Match(A2,$Y$2:$Y$10,0)),"NSA","")
copied down
where Y2:Y10 contains the list of values to find in column A
NBVC
View Public Profile
Find all posts by NBVC