S
skiing
I have a huge list which counts the number of items in the list (per
each record) in the total row. Based upon an entered condition ( like
put a 2 in B1 and compare all entries down that column to the 2 - if
the entry in each cell equals the 2 - great - if not, erase the 2 and
leave the cell blank). I use the CountA at the end of the row, for
each record, to see how many items this person has versus another
record.
A B C D
2 Total
Jim 2 4 2
Bob 1 3 1
Jim's total remains at 2 because he matches the entry in B1, Bob's
total is 1 because he does not match the entry in B1. I would like to
have Bob's entry in column B to be erased - so I can use the counta
function to get the total in column D. Currently I am
"looking" (manual) down the column and erasing the entry which does
not match - I have approx 250 records and 390 columns to deal with
thank you for any assistance you can offer.
each record) in the total row. Based upon an entered condition ( like
put a 2 in B1 and compare all entries down that column to the 2 - if
the entry in each cell equals the 2 - great - if not, erase the 2 and
leave the cell blank). I use the CountA at the end of the row, for
each record, to see how many items this person has versus another
record.
A B C D
2 Total
Jim 2 4 2
Bob 1 3 1
Jim's total remains at 2 because he matches the entry in B1, Bob's
total is 1 because he does not match the entry in B1. I would like to
have Bob's entry in column B to be erased - so I can use the counta
function to get the total in column D. Currently I am
"looking" (manual) down the column and erasing the entry which does
not match - I have approx 250 records and 390 columns to deal with
thank you for any assistance you can offer.