Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 53
Default Excel 2003 formula question

I'm trying to set up a report that based on the input into one static cell on
Tab A it will search Tab B column A for the exact match and then pull in the
text from column B.

For example...

Tab A, cell H40 =12

Tab B, cell A15 =12 and cell B15 contains the text I won't pulled into Tab A
cell c62

I know this should be simple and Excel can make breakfast for you if you
know program it to do so, but I'm stumped! Any ideas?

Thanks in advance for your assistance!
--
nicole
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 82
Default Excel 2003 formula question

Say your reference cell is A1 on Tab A and your range of lookup values and
text is B1:C45. Type (or copy) this formula into the cell you want your
answer displayed.

=VLOOKUP('Tab A'!A1,'Tab B'!A1:B45,2)

This will look up the value in A1 on table A1:B45 and return the
corresponding value from column B. The table A1:B45 must be sorted in
ascending order for the funciton to work.

Note that 'Tab A'! and 'Tab B'! are the sheet references. You don't need
them unless your formula is on a different sheet (for instance, if your
formula is on Tab A and your lookup table is on Tab B you would use

=VLOOKUP(A1,'Tab B'!A1:B45,2)
--
HTH

JonR


"nicole" wrote:

I'm trying to set up a report that based on the input into one static cell on
Tab A it will search Tab B column A for the exact match and then pull in the
text from column B.

For example...

Tab A, cell H40 =12

Tab B, cell A15 =12 and cell B15 contains the text I won't pulled into Tab A
cell c62

I know this should be simple and Excel can make breakfast for you if you
know program it to do so, but I'm stumped! Any ideas?

Thanks in advance for your assistance!
--
nicole

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 53
Default Excel 2003 formula question

Thanks Jon. I think I tried to overcomplicate the issue!
--
nicole


"JonR" wrote:

Say your reference cell is A1 on Tab A and your range of lookup values and
text is B1:C45. Type (or copy) this formula into the cell you want your
answer displayed.

=VLOOKUP('Tab A'!A1,'Tab B'!A1:B45,2)

This will look up the value in A1 on table A1:B45 and return the
corresponding value from column B. The table A1:B45 must be sorted in
ascending order for the funciton to work.

Note that 'Tab A'! and 'Tab B'! are the sheet references. You don't need
them unless your formula is on a different sheet (for instance, if your
formula is on Tab A and your lookup table is on Tab B you would use

=VLOOKUP(A1,'Tab B'!A1:B45,2)
--
HTH

JonR


"nicole" wrote:

I'm trying to set up a report that based on the input into one static cell on
Tab A it will search Tab B column A for the exact match and then pull in the
text from column B.

For example...

Tab A, cell H40 =12

Tab B, cell A15 =12 and cell B15 contains the text I won't pulled into Tab A
cell c62

I know this should be simple and Excel can make breakfast for you if you
know program it to do so, but I'm stumped! Any ideas?

Thanks in advance for your assistance!
--
nicole

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
Formula Question for Excel 2003 Dana Lee Excel Worksheet Functions 5 March 14th 09 09:28 PM
XL 2003-Formula/Conditional Formatting Question Ross Excel Discussion (Misc queries) 2 December 16th 08 08:29 PM
Question for MVP - install Excel 2003 on MS Server 2003 WCM Setting up and Configuration of Excel 4 February 13th 08 06:59 PM
If Formula question Excel 2003 Tom Excel Worksheet Functions 4 January 7th 08 12:38 AM
Crazy Excel 2003 Formula Question Marilyn Excel Discussion (Misc queries) 4 February 9th 07 10:57 PM


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