Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How to get search and transfer

I have a sheet, where i collect information from sheet2, sheet3.......
In sheet1, there is a cell cald "CAR".
In sheet2, all CAR's are lined up, with
ColummA: Fabric
ColummB: Model
ColummC: Variant
ColummD: "a 10 digit nr."

In sheet1, i would like to search after a specifik car, e.g. Opel - Vectra -
2,0
and then get the 10 digit nr return.

Anyone that could help me ?

--
kinoha - using excel2002
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default How to get search and transfer

Hi


With Opel in A1 of Sheet1, Vectra in B1 and 2,0 in C1
Try the array entered formula

{=INDEX(Sheet2!$D$1:$D$10,
MATCH(1,(Sheet2!$A$1:$A$10=$A1)*
(Sheet2!$B$1:$B$10=$B1)*
(Sheet2!$C$1:$C$10=$C1),0))}

To commit or Edit the formula use Control + Shift + Enter (CSE).
When you use CSE, Excel will insert the curly braces { } for you. Do
not type them yourself.

Change ranges to suit, but ensure that they are equal length.
--
Regards

Roger Govier


"kinoha" wrote in message
...
I have a sheet, where i collect information from sheet2, sheet3.......
In sheet1, there is a cell cald "CAR".
In sheet2, all CAR's are lined up, with
ColummA: Fabric
ColummB: Model
ColummC: Variant
ColummD: "a 10 digit nr."

In sheet1, i would like to search after a specifik car, e.g. Opel -
Vectra -
2,0
and then get the 10 digit nr return.

Anyone that could help me ?

--
kinoha - using excel2002



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
How to Transfer data from Text Form Fields in MS Word into Excel? CWillis Excel Discussion (Misc queries) 1 July 18th 06 06:35 AM
Transfer Email addresses from spreadsheet to email address book Beana Excel Discussion (Misc queries) 2 May 30th 06 06:07 PM
How do I transfer excel smarticons from my old pc Chris G Setting up and Configuration of Excel 3 April 20th 06 09:58 AM
Look up and Transfer Data Lost in Sport Excel Discussion (Misc queries) 3 January 20th 05 03:12 PM
lookup and transfer data ExcelDummy Excel Discussion (Misc queries) 5 December 27th 04 10:38 AM


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