G
Guest
hi,
i've got a 3 work sheets containing a month of a year, which is then full of information which i need convert into a single spreadsheet.... each sheet contains the same fields, and may also contain the same data for each month.
the problem is, writing a formula that will only count the data once, and not 2 or 3 times
So for example, if a customer was entered into october & november spreadsheet, it would only be recognised as 1, and not 2...
the cells can contain either numbers or letters, depending on the field...
i've been using this formula to calculate the number of clients
SUM(IF(FREQUENCY($A$3:$A$72,$A$3:$A$72)>0,1)
i've also added a field that seperates the clients by number, so that particular number can only be used by that client!
could this be used to define, whether it's a duplicate or not
hopefully i've explained it ok, pretty hard when the file doesn't appear in front of you
thank you for your hel
i've got a 3 work sheets containing a month of a year, which is then full of information which i need convert into a single spreadsheet.... each sheet contains the same fields, and may also contain the same data for each month.
the problem is, writing a formula that will only count the data once, and not 2 or 3 times
So for example, if a customer was entered into october & november spreadsheet, it would only be recognised as 1, and not 2...
the cells can contain either numbers or letters, depending on the field...
i've been using this formula to calculate the number of clients
SUM(IF(FREQUENCY($A$3:$A$72,$A$3:$A$72)>0,1)
i've also added a field that seperates the clients by number, so that particular number can only be used by that client!
could this be used to define, whether it's a duplicate or not
hopefully i've explained it ok, pretty hard when the file doesn't appear in front of you
thank you for your hel