Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default VLOOKUP for 3 Different Worksheets

A general approach to finding a value in three sheets would be as follows:

=IF(ISNA(vlookup_1),IF(ISNA(vlookup_2),IF(ISNA(vlo okup_3),"",
vlookup_3),vlookup_2),vlookup_1)

where vlookup_1 is looking in Sheet1 and will be something like this:

VLOOKUP(A1,Sheet1!A:B,2,0)

if you want to return matching data from column B. vlookup_2 and vlookup_3
will be similar formulae, but looking at Sheet2 and Sheet3 respectively.

Basically the formula will look for a match in Sheet1, returning a value
from there if there is a match, then it will look at Sheet2 and again return
a value if there is a match, and finally it will look in Sheet3. If the
sought item is not in any of the sheets then you will get a blank returned.

Hope this helps.

Pete

"Toria" wrote in message
...
Hello,

Is it possible to compare three columns from three different spreadsheets
using VLOOKUP or another formula? If all three columns are each in column
A,
will you please provide the formula(s)?

Thank you!



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
VLOOKUP in two worksheets Silena K-K Excel Discussion (Misc queries) 2 January 25th 08 02:41 AM
vlookup looking at many worksheets dave Excel Discussion (Misc queries) 2 November 21st 07 11:36 AM
VLOOKUP using two worksheets? Rich K. Excel Discussion (Misc queries) 1 August 18th 07 11:04 AM
Vlookup in different worksheets ErwinR Excel Worksheet Functions 1 December 13th 05 10:29 AM
Using vlookup on two worksheets Steven Robilard Excel Worksheet Functions 5 February 14th 05 11:59 PM


All times are GMT +1. The time now is 11:49 PM.

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"