ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Comparing Clients From Last Year to This Year (https://www.excelbanter.com/excel-discussion-misc-queries/250921-comparing-clients-last-year-year.html)

Mustang

Comparing Clients From Last Year to This Year
 
Hi,

I have had a look though the posts and not really found the answer I am
looking for...

I have data in Column A which lists clients that bought from us last year
(the client name could be repeated more than once).

I have data in Column B that lists clients (again these could be repeated
more than once).

I would like to see who were clients of ours last year that have not yet
signed up this year.

Hope someone can help.

Many thanks

Fred Smith[_4_]

Comparing Clients From Last Year to This Year
 
One option is Countif. In column C, use:
=Countif(A:A,B1)
and copy down.

You can then select the zeros in this column.

Regards,
Fred.

"Mustang" wrote in message
...
Hi,

I have had a look though the posts and not really found the answer I am
looking for...

I have data in Column A which lists clients that bought from us last year
(the client name could be repeated more than once).

I have data in Column B that lists clients (again these could be repeated
more than once).

I would like to see who were clients of ours last year that have not yet
signed up this year.

Hope someone can help.

Many thanks



JLatham

Comparing Clients From Last Year to This Year
 
I'm assuming that column A hold's last year's list and column B holds current
signed-up list.

Select all cells with names in them in column A, use
Cells -- Conditional Formatting
and choose the "Formula is" option and enter a formula like this:
=COUNTIF(B:B,A2)=0
and then set up your format to highlight the names in the list in column A
that do not appear in column B. I chose simply to turn the background red.

NOTE: the formula above assumes that A2 is the cell with the first name in
it, change that to be the address of the first cell in the group you have
selected.


"Mustang" wrote:

Hi,

I have had a look though the posts and not really found the answer I am
looking for...

I have data in Column A which lists clients that bought from us last year
(the client name could be repeated more than once).

I have data in Column B that lists clients (again these could be repeated
more than once).

I would like to see who were clients of ours last year that have not yet
signed up this year.

Hope someone can help.

Many thanks


Herbert Seidenberg

Comparing Clients From Last Year to This Year
 
Excel 2007 Advanced Filter
No helper column.
With Tables and Macro.
Creates sorted list of laggers.
http://www.mediafire.com/file/jnjgjw...12_13_09a.xlsm

Mustang

Comparing Clients From Last Year to This Year
 
Thank you all for your suggestions, they work really well, thanks.

"Herbert Seidenberg" wrote:

Excel 2007 Advanced Filter
No helper column.
With Tables and Macro.
Creates sorted list of laggers.
http://www.mediafire.com/file/jnjgjw...12_13_09a.xlsm
.



All times are GMT +1. The time now is 12:43 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com