#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 125
Default Vlook up 2 sheets

Hi

Have used the following formula extracted from this site for some time

=IF(A2="","",IF(NOT(ISERROR(VLOOKUP(A2,UK!$A$2:$K$ 10000,4,FALSE))),VLOOKUP(A2,
UK!$A$2:$K$10000,4,FALSE),VLOOKUP(A2,Export!$A$2:$ K$10000,4,FALSE)))

Works fine, except that there are duplicates on the sheets and often it
returns the one I didn't want.

Is it possible, someone can help to amend the formula, so that it returns the
greatest value in column 4 on the sheets UK and Export for the two entries

Example
LD123456 - 5700
LD123456 - 5740

Vlookup to return the greater value , ie, 5740.

Thanks in anticipation

Brian

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200909/1

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Vlook up 2 sheets

There's duplicates across the sheets or within a sheet?

I'm guessing that you mean across the sheets.

With formulas like that, I'll use multiple columns (and hide the columns if I
don't want to see them).

=if(iserror(vlookup(...,sheet1!...,false)),"",vloo kup(...,sheet1!...,false))
in one column
and then:
=if(iserror(vlookup(...,sheet2!...,false)),"",vloo kup(...,sheet2!...,false))

Then in the third column, I'll check to see what I found.

=if(count(x1:y1)=0,"No match on either sheet",max(x1:y1))

(I figured you were retrieving numbers, so I could use "" without worry.)



"BNT1 via OfficeKB.com" wrote:

Hi

Have used the following formula extracted from this site for some time

=IF(A2="","",IF(NOT(ISERROR(VLOOKUP(A2,UK!$A$2:$K$ 10000,4,FALSE))),VLOOKUP(A2,
UK!$A$2:$K$10000,4,FALSE),VLOOKUP(A2,Export!$A$2:$ K$10000,4,FALSE)))

Works fine, except that there are duplicates on the sheets and often it
returns the one I didn't want.

Is it possible, someone can help to amend the formula, so that it returns the
greatest value in column 4 on the sheets UK and Export for the two entries

Example
LD123456 - 5700
LD123456 - 5740

Vlookup to return the greater value , ie, 5740.

Thanks in anticipation

Brian

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200909/1


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 125
Default Vlook up 2 sheets

Thanks Dave

This looks like one solution which I did not think of. It will mean having
to record all my macros again.

Will give this a whirl

Regards



Dave Peterson wrote:
There's duplicates across the sheets or within a sheet?

I'm guessing that you mean across the sheets.

With formulas like that, I'll use multiple columns (and hide the columns if I
don't want to see them).

=if(iserror(vlookup(...,sheet1!...,false)),"",vlo okup(...,sheet1!...,false))
in one column
and then:
=if(iserror(vlookup(...,sheet2!...,false)),"",vlo okup(...,sheet2!...,false))

Then in the third column, I'll check to see what I found.

=if(count(x1:y1)=0,"No match on either sheet",max(x1:y1))

(I figured you were retrieving numbers, so I could use "" without worry.)

Hi

[quoted text clipped - 22 lines]
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200909/1



--
Message posted via http://www.officekb.com

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
Vlook UP Kalpesh Excel Discussion (Misc queries) 1 September 17th 08 01:10 PM
VLOOK-pivot table expanding want to update vlook automatically CrimsonPlague29 Excel Worksheet Functions 0 August 8th 07 09:44 PM
VLOOK-pivot table expanding want to update vlook automatically CrimsonPlague29 Excel Worksheet Functions 0 August 8th 07 09:44 PM
Need Help about vlook vlook fomula Excel Worksheet Functions 1 January 20th 07 02:42 PM
Vlook up for matching data in two seperate sheets funky via OfficeKB.com Excel Discussion (Misc queries) 1 June 3rd 05 10:16 PM


All times are GMT +1. The time now is 08:50 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"