Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JavyD
 
Posts: n/a
Default match to colums vlookup

Hello everyone.

It kills me that I fogot this, I've been using Crystal and Access far too
much. Now it eats me alive not being able to remember something so easy.

I have a Customer in A2 and a Category in B2 and a Total Sales in C2, I have
the same lay out in another spreadsheet. I need match the customer and
category in the other spreadsheet and bring it back to the new spreadsheet.
Please help this poor soul.
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

You mean you want to bring back the total sales when the customer and category
match??

If yes:

=index(othersheet!$c$1:$c$10,
match(1,(a2=othersheet!$a$1:$a$100)*(b2=othersheet !$b$1:$b$100),0))

This is an array formula. Hit ctrl-shift-enter instead of enter. If you do it
correctly, excel will wrap curly brackets {} around your formula. (don't type
them yourself.)

And adjust the range to match your data--but don't use the whole column.

JavyD wrote:

Hello everyone.

It kills me that I fogot this, I've been using Crystal and Access far too
much. Now it eats me alive not being able to remember something so easy.

I have a Customer in A2 and a Category in B2 and a Total Sales in C2, I have
the same lay out in another spreadsheet. I need match the customer and
category in the other spreadsheet and bring it back to the new spreadsheet.
Please help this poor soul.


--

Dave Peterson
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
is there a way to search with vlookup to match more than 1 column puppy Excel Discussion (Misc queries) 7 June 30th 05 07:41 PM
vlookup second match snax500 Excel Discussion (Misc queries) 1 May 4th 05 09:40 PM
Vlookup, index, match? Phyllis Excel Worksheet Functions 4 December 13th 04 11:23 PM
Find a match that;s not exact Phyllis Excel Worksheet Functions 0 November 8th 04 08:12 PM
Vlookup, Index & Match Phyllis Excel Worksheet Functions 1 November 8th 04 06:11 PM


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