Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Timmers
 
Posts: n/a
Default VLookup? Right function?

HI there!

I have two lists of which there is data removed from one of them. I am
trying to bring back the data that has been removed please?

For example: Column 1 has the numbers 1 2 3 4 5 6 7 8 9 and Column 2 has the
numbers 6,3,2,8. How do I produce the numbers 1,4,5,7,9 in another column
please?

Many thanks! :-)
James T
Bath, UK
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Here's one way:

Assume numbers 1-9 are in column A, A1:A9.
Assume numbers 6,3,2,8 are in column B, B1:B4

Enter this array formula with the key combo of
CTRL,SHIFT,ENTER in C1 and copy down until you get #NUM!
errors meaning all the pertinent data has been returned:

=INDEX(A$1:A$9,SMALL(IF(COUNTIF(B$1:B$4,A$1:A$9)=0 ,ROW
(A$1:A$9)),ROW(1:1)))

Biff

-----Original Message-----
HI there!

I have two lists of which there is data removed from one

of them. I am
trying to bring back the data that has been removed

please?

For example: Column 1 has the numbers 1 2 3 4 5 6 7 8 9

and Column 2 has the
numbers 6,3,2,8. How do I produce the numbers 1,4,5,7,9

in another column
please?

Many thanks! :-)
James T
Bath, UK
.

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
I want to use Vlookup function and AND function in a single formu. prakash Excel Worksheet Functions 3 January 25th 05 07:11 AM
carrying a hyper link when using the vlookup function mike Excel Worksheet Functions 1 November 19th 04 03:49 AM
carrying a hyper link when using the vlookup function mike Excel Worksheet Functions 2 November 18th 04 04:22 PM
How can I see an example of the vlookup function in excel? Ian G Excel Worksheet Functions 2 November 14th 04 11:34 PM
Regarding IF function or vLOOKUP function wuwu Excel Worksheet Functions 2 November 13th 04 01:38 PM


All times are GMT +1. The time now is 04:09 PM.

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"