G
Guest
I want to compare a cell's value against a list of possible criteria (up to 30) and write a result based on the match to the criteria. For example
if value of a1 is 1, compare that to the list of criteria of 1, 2, 3, 4, 5.....10. Write result of "Blue" since a1 finds a match of "1". This process needs to repeat for a2, a3, a4 etc. all compared to the same list of criteria so that it does not need to be recreated for each line (a2....a100
Can this be done with functions? I'm not a VBA writer
Thanks
if value of a1 is 1, compare that to the list of criteria of 1, 2, 3, 4, 5.....10. Write result of "Blue" since a1 finds a match of "1". This process needs to repeat for a2, a3, a4 etc. all compared to the same list of criteria so that it does not need to be recreated for each line (a2....a100
Can this be done with functions? I'm not a VBA writer
Thanks