Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
No.limit
 
Posts: n/a
Default Filtering/Subtracting Data with two columns

I have a list of store numbers in column one, and a list of stores that i
have received surveys from in column two. How do i subtract the data from
column 1 so that i can see what stores i still need to collect surveys from?

Thanks
  #2   Report Post  
Roger Govier
 
Posts: n/a
Default

One way would be to use DataFilterAutofilter
Use the dropdown on the second column to select "blanks" and that will give
you the list of stores you are stillwaiting to hear from.

--
Regards
Roger Govier
"No.limit" wrote in message
...
I have a list of store numbers in column one, and a list of stores that i
have received surveys from in column two. How do i subtract the data from
column 1 so that i can see what stores i still need to collect surveys
from?

Thanks



  #3   Report Post  
Bob Sullivan
 
Posts: n/a
Default

Can you give us a few sample rows so that we can come up with a workable
solution for you?

How do you mark the surveys? Is there a check next to the store number? Is
there a date? Is there a consistent text entry?

Please give us some more help so that we can help you.

--
Cordially,

Bob Sullivan
Microsoft Office Master Instructor


"No.limit" wrote:

I have a list of store numbers in column one, and a list of stores that i
have received surveys from in column two. How do i subtract the data from
column 1 so that i can see what stores i still need to collect surveys from?

Thanks

  #4   Report Post  
No.limit
 
Posts: n/a
Default

The two columns are like this...
038 041
039 052
040 068
041 070


there are no spaces in between the numbers in column two and im just trying
to figure out which ones i am missing in column two...
"Bob Sullivan" wrote:

Can you give us a few sample rows so that we can come up with a workable
solution for you?

How do you mark the surveys? Is there a check next to the store number? Is
there a date? Is there a consistent text entry?

Please give us some more help so that we can help you.

--
Cordially,

Bob Sullivan
Microsoft Office Master Instructor



  #5   Report Post  
Dave Peterson
 
Posts: n/a
Default

Say your data is in column A and C.

Then put this in B1 and drag down:

=if(isnumber(match(a1,C:C,0)),"Found in column C","Missing from column C")
And drag down to match the number of rows in A.

And in D1, put this formula:
=IF(ISNUMBER(MATCH(c1,a:a,0)),"Found in column A","Missing from column A")

And drag down to match the number of rows in column C.

You could even add headers and then select A:D and do Data|Filter|Autofilter.

And filter to see the ones you want.

========
You may want to read Chip Pearson's treatise on Duplicates:
http://www.cpearson.com/excel/duplicat.htm

He has lots of hints/techniques you might be able to use.


No.limit wrote:

The two columns are like this...
038 041
039 052
040 068
041 070

there are no spaces in between the numbers in column two and im just trying
to figure out which ones i am missing in column two...
"Bob Sullivan" wrote:

Can you give us a few sample rows so that we can come up with a workable
solution for you?

How do you mark the surveys? Is there a check next to the store number? Is
there a date? Is there a consistent text entry?

Please give us some more help so that we can help you.

--
Cordially,

Bob Sullivan
Microsoft Office Master Instructor



--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
can i restrict data entry from certain columns surgeandoj Excel Discussion (Misc queries) 1 July 8th 05 05:28 PM
data import and text to columns sswave4dave Excel Discussion (Misc queries) 2 May 11th 05 01:05 AM
Text to Columns / Importing Data John Thomson Excel Discussion (Misc queries) 0 May 4th 05 08:21 PM
How do i copy columns of data in notepad into microsoft excel? Jason Excel Discussion (Misc queries) 1 February 10th 05 11:05 PM
How do i copy columns of data in notepad into microsoft excel? Jason Excel Discussion (Misc queries) 1 February 10th 05 09:20 PM


All times are GMT +1. The time now is 12:22 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"