Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,388
Default What type of formula should I use?

Here is what I would like a formula to do???

I have two workbooks- I will place the formula only in one and extract
data/info. from the other.

What I want the formula to do is...
I want it to search through a column of product codes from the other
workbook (numbers, e.g. 21, 22) and when the desired code (let's say 21) is
detected. I want it to return the information (text info) from a different
column (I.E. transaction description) but the same row as the desired result
(21).

I have been messing with Vlookups and have had no luck. I'm thinking I
might need a nested if formula???

Any help would be awesome.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default What type of formula should I use?

Hi,

=VLOOKUP(A1,Sheet2!B1:D1000,2,FALSE)

where A1 is the product code, and on sheet2 the product codes are in column
B and the info you want back is in column C. Since B is 1, C is 2 here.
False means you want an exact match only.

If this helps, please click the Yes button

Cheers,
Shane Devenshire

"Dave" wrote:

Here is what I would like a formula to do???

I have two workbooks- I will place the formula only in one and extract
data/info. from the other.

What I want the formula to do is...
I want it to search through a column of product codes from the other
workbook (numbers, e.g. 21, 22) and when the desired code (let's say 21) is
detected. I want it to return the information (text info) from a different
column (I.E. transaction description) but the same row as the desired result
(21).

I have been messing with Vlookups and have had no luck. I'm thinking I
might need a nested if formula???

Any help would be awesome.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default What type of formula should I use?

A VLOOKUP would work..

So, if you are on Sheet1 and the data is on sheet2...

Your product code is in column A of both and your text to return is in
column B of Sheet2, then in Sheet1, type:

=VLOOKUP(A2,Sheet2!A:B,2,0)

This will return the value in sheet2, column A that matches the value in A2
of Sheet1 and return the matching value from column B.

If your product is in column B and text is in A, it will not work. you must
start with the lookup value and return a value to the right of it.

"Dave" wrote:

Here is what I would like a formula to do???

I have two workbooks- I will place the formula only in one and extract
data/info. from the other.

What I want the formula to do is...
I want it to search through a column of product codes from the other
workbook (numbers, e.g. 21, 22) and when the desired code (let's say 21) is
detected. I want it to return the information (text info) from a different
column (I.E. transaction description) but the same row as the desired result
(21).

I have been messing with Vlookups and have had no luck. I'm thinking I
might need a nested if formula???

Any help would be awesome.

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
Cannot see formula descriptions in worksheet as I type a formula. RABL33 Excel Worksheet Functions 5 January 17th 07 06:59 AM
Look for a certain type of formula... jimmy Excel Discussion (Misc queries) 2 October 31st 06 08:27 PM
Look for a certain type of formula... jimmy Excel Discussion (Misc queries) 0 October 10th 06 09:12 PM
Not sure what type of Formula to use... Kim Excel Discussion (Misc queries) 4 June 26th 06 08:46 PM
"IF" type formula G118 Excel Discussion (Misc queries) 1 February 21st 05 04:53 PM


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