M
Mike
I am looking for some help with code to evaluate a cell.
When I evaluate a cell, if it contains one of 15 accounts,
I have to evaluate another cell (same row, column b) to be
sure it (the second cell) is not empty. If it (the second
cell) is empty, then a message will be displayed in column
K.
The part I'm having trouble with is the syntax to see if
the first cell (account) is either 101, 102, 105, 107..etc.
I could string together a bunch of If / Or statements but
there must be a better way. Thanks for the help.
When I evaluate a cell, if it contains one of 15 accounts,
I have to evaluate another cell (same row, column b) to be
sure it (the second cell) is not empty. If it (the second
cell) is empty, then a message will be displayed in column
K.
The part I'm having trouble with is the syntax to see if
the first cell (account) is either 101, 102, 105, 107..etc.
I could string together a bunch of If / Or statements but
there must be a better way. Thanks for the help.