This ought to be really simple but I can't figure out how to do it.
I want to create a macro that will check the (string) contents of the cells in one column, and based on the contents of each cell, enter a specific numerical value in the corresponding cell in a different row. The text strings, numerical values, and their correlations are all known, so the essential logic is, "if the string contents in cell An is such-and-such, enter this numerical value in cell En" (where A and E are the column designators and n is the row number).
The number of rows to be checked will vary each time I run this macro, but I've already got the code to make that work.
Appreciate the help!
I want to create a macro that will check the (string) contents of the cells in one column, and based on the contents of each cell, enter a specific numerical value in the corresponding cell in a different row. The text strings, numerical values, and their correlations are all known, so the essential logic is, "if the string contents in cell An is such-and-such, enter this numerical value in cell En" (where A and E are the column designators and n is the row number).
The number of rows to be checked will vary each time I run this macro, but I've already got the code to make that work.
Appreciate the help!