Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert day of year to numeric value format year+day in 4 digits | Excel Worksheet Functions | |||
Comparing YTD numbers between last year and present | Excel Worksheet Functions | |||
IF statement comparing month and year separately | Excel Worksheet Functions | |||
Combination Graph with current year and prior year sales | Charts and Charting in Excel | |||
how to calculate $1000/year at 5% for 25 years showing each year | Setting up and Configuration of Excel |