S
Steve
I'm trying to sum values based on conditions in two
different arrays (alpha numeric). For example, if the
condition for column 'a' is met and the condition for
column 'b' is met, I'd like to sum the values in
column 'c'.
I want to avoid concatenating the two columns but would
rather use some sort of nested sum procedure to get the
job done.
thanks.
different arrays (alpha numeric). For example, if the
condition for column 'a' is met and the condition for
column 'b' is met, I'd like to sum the values in
column 'c'.
I want to avoid concatenating the two columns but would
rather use some sort of nested sum procedure to get the
job done.
thanks.