Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Compare List Summary of Results

I have successfully compared the first 10 digits of 2 lists in columns next
to each other to return a true or false answer using this formula in the c
column.

=ISNUMBER(MATCH(LEFT(A2,10)&"*",B$2:B$1201,0))

I need to now take the the number from column A that produced a false in
column c and give me a list of the false answers in a diffenct column.

I would apprecaite any help.

Mike
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Compare List Summary of Results

Do you mean the below..If not post few examples

=IF(ISNUMBER(MATCH(LEFT(A2,10)&"*",B$2:B$1201,0)), "",A2)

If this post helps click Yes
---------------
Jacob Skaria


"mikew" wrote:

I have successfully compared the first 10 digits of 2 lists in columns next
to each other to return a true or false answer using this formula in the c
column.

=ISNUMBER(MATCH(LEFT(A2,10)&"*",B$2:B$1201,0))

I need to now take the the number from column A that produced a false in
column c and give me a list of the false answers in a diffenct column.

I would apprecaite any help.

Mike

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 65
Default Compare List Summary of Results

How about a simple if statement?
=if(C1=FALSE,A1,"")


--
Rob Gaffney


"mikew" wrote:

I have successfully compared the first 10 digits of 2 lists in columns next
to each other to return a true or false answer using this formula in the c
column.

=ISNUMBER(MATCH(LEFT(A2,10)&"*",B$2:B$1201,0))

I need to now take the the number from column A that produced a false in
column c and give me a list of the false answers in a diffenct column.

I would apprecaite any help.

Mike

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Compare List Summary of Results

Thank you Jacob,
I thought that there was a way to get a list of all the numbers to go to the
top of the next column without having to scroll throught the whole list. I
tried some indexing formulas, but I could not get them to work right, and I
wasn't sure if that was what I needed.

Thanks, Mike

"Jacob Skaria" wrote:

Do you mean the below..If not post few examples

=IF(ISNUMBER(MATCH(LEFT(A2,10)&"*",B$2:B$1201,0)), "",A2)

If this post helps click Yes
---------------
Jacob Skaria


"mikew" wrote:

I have successfully compared the first 10 digits of 2 lists in columns next
to each other to return a true or false answer using this formula in the c
column.

=ISNUMBER(MATCH(LEFT(A2,10)&"*",B$2:B$1201,0))

I need to now take the the number from column A that produced a false in
column c and give me a list of the false answers in a diffenct column.

I would apprecaite any help.

Mike

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
Help with vlookup results for summary Asiageek New Users to Excel 1 September 14th 07 07:40 AM
Compare and Return Results Electronic Lady Excel Discussion (Misc queries) 10 March 28th 07 07:28 PM
need to compare dates and count results Heather[_2_] Excel Worksheet Functions 4 March 14th 07 01:15 AM
Want to compare EOY results momadawn Excel Discussion (Misc queries) 0 December 6th 06 10:19 PM
compare results tartan tim Excel Discussion (Misc queries) 0 October 12th 05 05:05 PM


All times are GMT +1. The time now is 01:30 AM.

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

About Us

"It's about Microsoft Excel"