J
J.B. Bobbitt
Hi;
I'm new to VBA and need to get A LOT done quickly. I need help with some
simple code for the following:
I have a sheet with a column (~1500 rows) in which each cell contians a
numeric value. I want to create a new column in which cell contains a text
string based on the numeric value in the first column; i.e.:
If A1 < 0, then B1="string1"
If A1 >=0, then B1="string2"
and so on for all cells in column.
Any help, suggestions?
Thanks in advance,
-jbb
I'm new to VBA and need to get A LOT done quickly. I need help with some
simple code for the following:
I have a sheet with a column (~1500 rows) in which each cell contians a
numeric value. I want to create a new column in which cell contains a text
string based on the numeric value in the first column; i.e.:
If A1 < 0, then B1="string1"
If A1 >=0, then B1="string2"
and so on for all cells in column.
Any help, suggestions?
Thanks in advance,
-jbb