J
Jeanne
I need to create a new column and populate it based on the
criteria of two other columns. Example:
Col A
Chicago
Chicago
New York
Col B
NAPS
SPS
NAPS
Criteria
If Col A is Chicago and Col B is NAPS then Col C is 2.0.11
If Col A is Chicago and Col B is SPS then Col C is 2.1.12
If Col A is New York and Col B is NAPS then Col is 2.2.22
The list of criteria is long as is the spreadsheet --
probably 120 combinations of criteria (if A and B = C) and
approximately 3000 records so I need to find the best way
to add the third column. I don't know much about VLookUp
and wondered if that were a solution -- to build a table
of the possibilities first. I anticipate doing this
process of adding a column to a spreadsheet with this
information many times in the future as we migrate test
environments and data.
Thanks!
criteria of two other columns. Example:
Col A
Chicago
Chicago
New York
Col B
NAPS
SPS
NAPS
Criteria
If Col A is Chicago and Col B is NAPS then Col C is 2.0.11
If Col A is Chicago and Col B is SPS then Col C is 2.1.12
If Col A is New York and Col B is NAPS then Col is 2.2.22
The list of criteria is long as is the spreadsheet --
probably 120 combinations of criteria (if A and B = C) and
approximately 3000 records so I need to find the best way
to add the third column. I don't know much about VLookUp
and wondered if that were a solution -- to build a table
of the possibilities first. I anticipate doing this
process of adding a column to a spreadsheet with this
information many times in the future as we migrate test
environments and data.
Thanks!