Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Brian H
 
Posts: n/a
Default Index/Match question Need help!

Here's what I can't figure out how to do, I have two lists of checks, each
formatted with first column check number and second column check amount:
CK# Amount CK# Amount
101 525.35 104 425.50
102 225.45 101 525.35
103 400.00 105 115.00
104 425.50 102 225.45
105 115.00 103 400.00

I've searched for a worksheet function that will look at a check number in
the first list, search for it in the second list, and if found, return the
check amount value to a cell.
Grateful for any help.


  #2   Report Post  
Barb Reinhardt
 
Posts: n/a
Default

vlookup should get you there.

"Brian H" wrote in message
...
Here's what I can't figure out how to do, I have two lists of checks,
each formatted with first column check number and second column check
amount:
CK# Amount CK# Amount
101 525.35 104 425.50
102 225.45 101 525.35
103 400.00 105 115.00
104 425.50 102 225.45
105 115.00 103 400.00

I've searched for a worksheet function that will look at a check number in
the first list, search for it in the second list, and if found, return the
check amount value to a cell.
Grateful for any help.



  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

Take a look at VLOOKUP in Help.

--
HTH

Bob Phillips

"Brian H" wrote in message
...
Here's what I can't figure out how to do, I have two lists of checks,

each
formatted with first column check number and second column check amount:
CK# Amount CK# Amount
101 525.35 104 425.50
102 225.45 101 525.35
103 400.00 105 115.00
104 425.50 102 225.45
105 115.00 103 400.00

I've searched for a worksheet function that will look at a check number in
the first list, search for it in the second list, and if found, return the
check amount value to a cell.
Grateful for any help.




  #4   Report Post  
Gary''s Student
 
Posts: n/a
Default

VLOOKUP() will do exactly what you need. Checkout Excel Help for this
function.
--
Gary's Student


"Brian H" wrote:

Here's what I can't figure out how to do, I have two lists of checks, each
formatted with first column check number and second column check amount:
CK# Amount CK# Amount
101 525.35 104 425.50
102 225.45 101 525.35
103 400.00 105 115.00
104 425.50 102 225.45
105 115.00 103 400.00

I've searched for a worksheet function that will look at a check number in
the first list, search for it in the second list, and if found, return the
check amount value to a cell.
Grateful for any help.



  #5   Report Post  
RagDyer
 
Posts: n/a
Default

With first list in A1 to B100
And second list in Y1 to Z100

Enter this in C2:

=VLOOKUP(A2,$Y$1:$Z$100,2,0)

And copy down as needed.

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"Brian H" wrote in message
...
Here's what I can't figure out how to do, I have two lists of checks,

each
formatted with first column check number and second column check amount:
CK# Amount CK# Amount
101 525.35 104 425.50
102 225.45 101 525.35
103 400.00 105 115.00
104 425.50 102 225.45
105 115.00 103 400.00

I've searched for a worksheet function that will look at a check number in
the first list, search for it in the second list, and if found, return the
check amount value to a cell.
Grateful for any help.





  #6   Report Post  
Brian H
 
Posts: n/a
Default

Thanks! I think I can get this to work!
"RagDyer" wrote in message
...
With first list in A1 to B100
And second list in Y1 to Z100

Enter this in C2:

=VLOOKUP(A2,$Y$1:$Z$100,2,0)

And copy down as needed.

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"Brian H" wrote in message
...
Here's what I can't figure out how to do, I have two lists of checks,

each
formatted with first column check number and second column check amount:
CK# Amount CK# Amount
101 525.35 104 425.50
102 225.45 101 525.35
103 400.00 105 115.00
104 425.50 102 225.45
105 115.00 103 400.00

I've searched for a worksheet function that will look at a check number
in
the first list, search for it in the second list, and if found, return
the
check amount value to a cell.
Grateful for any help.





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
Benefits many people - Question ebgehringer Excel Discussion (Misc queries) 0 October 7th 05 09:22 PM
Possibly a loaded question, but I think mileslit Excel Discussion (Misc queries) 1 September 10th 05 01:18 AM
How do I find and replace a question mark in Excel? Ranpalandil Excel Discussion (Misc queries) 1 September 7th 05 10:20 PM
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM
An easy macro question and one I believe to be a little more diffi TroutKing Excel Worksheet Functions 3 January 18th 05 09:17 PM


All times are GMT +1. The time now is 04:44 AM.

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"