Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Doug
 
Posts: n/a
Default I need a VLOOK-UP formula that uses two look-up vaiables in seper.

I have 2 columns - client and placement date on sheet 1 and on sheet two I
have 3 columns - client, placement date, and collections. I need a look-up
formula to look up the client and placement date on sheet 1 and insert to
collections from sheet 2 on sheet 2.
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi Doug

assume your client & placement date data is in cells A1 and B1 respectively
on sheet1
on sheet 2, your data goes from A1:C100

a formula that you can use to return the collection information is
=INDEX(Sheet2!C1:C100,MATCH(A1&B1,Sheet2!A1:A100&S heet2!B1:B100,0))
note, this is an array formula and needs to be entered using control & shift
& enter

note also, if you sheet2 sheet name has a space in it, you'll need to
enclose the sheet name in single quotes

Cheers
JulieD

"Doug" wrote in message
...
I have 2 columns - client and placement date on sheet 1 and on sheet two I
have 3 columns - client, placement date, and collections. I need a
look-up
formula to look up the client and placement date on sheet 1 and insert to
collections from sheet 2 on sheet 2.



  #3   Report Post  
Doug
 
Posts: n/a
Default

Thank you for your help!

"Doug" wrote:

I have 2 columns - client and placement date on sheet 1 and on sheet two I
have 3 columns - client, placement date, and collections. I need a look-up
formula to look up the client and placement date on sheet 1 and insert to
collections from sheet 2 on sheet 2.

  #4   Report Post  
JulieD
 
Posts: n/a
Default

you're welcome

"Doug" wrote in message
...
Thank you for your help!

"Doug" wrote:

I have 2 columns - client and placement date on sheet 1 and on sheet two
I
have 3 columns - client, placement date, and collections. I need a
look-up
formula to look up the client and placement date on sheet 1 and insert to
collections from sheet 2 on sheet 2.



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
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Problem with VBA returning the contents of a long formula. [email protected] Excel Discussion (Misc queries) 2 February 23rd 05 12:14 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Relative Indirect Formula Referencing? Damian Excel Worksheet Functions 1 January 7th 05 04:16 AM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM


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