I have these two columns of string variables, client and prospect (see below), I would like to get a sum of each column:
C............P....
-------------------
SC................
SC................
SC................
NSC...............
NSC...............
............HPP...
............LPP...
.............D....
.............U....
The periods above represent a space...for whatever I reason I could not space these out properly...
Anyway, how do I get a sum of each column...one for C and one for P?
Currently the values in columns of C and P are @Customer and @Prospect - both being formulas. Any ideas? Thanks!
C............P....
-------------------
SC................
SC................
SC................
NSC...............
NSC...............
............HPP...
............LPP...
.............D....
.............U....
The periods above represent a space...for whatever I reason I could not space these out properly...
Anyway, how do I get a sum of each column...one for C and one for P?
Currently the values in columns of C and P are @Customer and @Prospect - both being formulas. Any ideas? Thanks!