Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default V Lookup multiple entires

Hi all,

I am quite puzzled about an something that isn’t quite working as I'd like it to.

I have the below formula which located a reference then put the corresponding value into another tab.

Basically, Look for ABC on Sheet 2, locate ABC which has a value of £2. Show ABC's value in Sheet 1 as £2.

The problem: I have multiple duplicate references, so ABC might appear 3 or 4 times but Sheet 1 doesn’t show the sum of all the ABC references.

I want it to do this: Look for ABC on Sheet 2, locate ABC which has a value of £2, £4, £5. Show ABC's total value in Sheet 1 as £11.

=IF(ISNA(VLOOKUP(D3,Oct13!B$3:E$289,4,FALSE)),0,VL OOKUP(D3,Oct13!B$3:E$289,4,FALSE))

Many thanks for having a look!

Andy
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,872
Default V Lookup multiple entires

Hi Andy,

Am Thu, 24 Oct 2013 12:57:01 +0100 schrieb Andymc:

=IF(ISNA(VLOOKUP(D3,Oct13!B$3:E$289,4,FALSE)),0,VL OOKUP(D3,Oct13!B$3:E$289,4,FALSE))


VLOOKUP return the first found value
If you a sum try:
=SUMIF(Sheet2!$B$3:$B$289,Sheet1!D3,Sheet2!$E$3:$E $289)


Regards
Claus B.
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
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
Duplicate entires in multiple tabs Breezy New Users to Excel 1 November 3rd 09 03:08 PM
How to filter unique entires in a column when differnet entires in Sklyn Excel Worksheet Functions 13 October 2nd 09 02:24 AM
need help on count entires with conditions sajid Excel Worksheet Functions 8 November 3rd 08 12:31 PM
Listbox-2 entires should select by Clicking Listbox-1 entires. How Sriram Excel Programming 2 October 30th 07 05:50 AM
How to keep a running total on a col that has frequent new entires James Bond Excel Programming 2 August 20th 04 10:13 AM


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