Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Pivotrend
 
Posts: n/a
Default info from other sheet


sup pros

i have this info

in sheet AA
A1:MSFT
A2:LU
A3:CSCO
A4:CAT
A5:IBM
A6:ORCL

& in sheet BB
A1:MSFT
A2:LU
A3:CSCO
A4:CAT
A5:IBM
A6:ORCL

&

B1:MICROSOFT
B2:LUCENT
B3:CISCO SYSTEMS
B4:CATERPILLAR
B5:INTERNATIONAL BUISNESS MACHINES
B6:ORACLE

I want Cells Adjacent to Symbols in sheet AA to display the name of the
company from sheet BB

what formula do i have to use if they not in the same order & the order
of the symbols change according to some external information ?


--
Pivotrend
------------------------------------------------------------------------
Pivotrend's Profile: http://www.excelforum.com/member.php...fo&userid=4062
View this thread: http://www.excelforum.com/showthread...hreadid=521470

  #2   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default info from other sheet

One way ..
In sheet: AA
Put in B1: =IF(A1="","",VLOOKUP(A1,BB!A:B,2,0))
Copy down as far as required
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Pivotrend" wrote in
message ...

sup pros

i have this info

in sheet AA
A1:MSFT
A2:LU
A3:CSCO
A4:CAT
A5:IBM
A6:ORCL

& in sheet BB
A1:MSFT
A2:LU
A3:CSCO
A4:CAT
A5:IBM
A6:ORCL

&

B1:MICROSOFT
B2:LUCENT
B3:CISCO SYSTEMS
B4:CATERPILLAR
B5:INTERNATIONAL BUISNESS MACHINES
B6:ORACLE

I want Cells Adjacent to Symbols in sheet AA to display the name of the
company from sheet BB

what formula do i have to use if they not in the same order & the order
of the symbols change according to some external information ?


--
Pivotrend
------------------------------------------------------------------------
Pivotrend's Profile:

http://www.excelforum.com/member.php...fo&userid=4062
View this thread: http://www.excelforum.com/showthread...hreadid=521470



  #3   Report Post  
Posted to microsoft.public.excel.misc
Pivotrend
 
Posts: n/a
Default info from other sheet


whats with the 2 figures in the end of the formula
2 & 0

?


--
Pivotrend
------------------------------------------------------------------------
Pivotrend's Profile: http://www.excelforum.com/member.php...fo&userid=4062
View this thread: http://www.excelforum.com/showthread...hreadid=521470

  #4   Report Post  
Posted to microsoft.public.excel.misc
Pivotrend
 
Posts: n/a
Default info from other sheet


whats with the 2 figures at the end of the formula
2 & 0

?


--
Pivotrend
------------------------------------------------------------------------
Pivotrend's Profile: http://www.excelforum.com/member.php...fo&userid=4062
View this thread: http://www.excelforum.com/showthread...hreadid=521470

  #5   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default info from other sheet

"Pivotrend" wrote:
whats with the 2 figures at the end of the formula
2 & 0


2 = col_index_num, the 3rd param in the VLOOKUP
(i.e. the col to be returned from the table_array, here, it's the 2nd col,
col B in sheet: BB)

0 = FALSE, the 4th param in the VLOOKUP, i.e. to lookup an exact match
(Typing a zero is just a shorter way to express it, instead of writing
FALSE)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---




  #6   Report Post  
Posted to microsoft.public.excel.misc
Pivotrend
 
Posts: n/a
Default info from other sheet


thank you max


--
Pivotrend
------------------------------------------------------------------------
Pivotrend's Profile: http://www.excelforum.com/member.php...fo&userid=4062
View this thread: http://www.excelforum.com/showthread...hreadid=521470

  #7   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default info from other sheet

You're welcome !
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Pivotrend" wrote
in message ...

thank you max



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
Set color of cell based on info on another sheet? 43fan Excel Worksheet Functions 2 December 13th 05 07:53 PM
Pulling info into another sheet Teric506 Excel Worksheet Functions 0 September 26th 05 05:08 PM
How to copy/paste info into the protected sheet Dajana Excel Discussion (Misc queries) 1 September 21st 05 04:26 PM
Multiple worksheet queries liam Excel Worksheet Functions 3 February 16th 05 06:52 PM
linking multiple sheets to a summary sheet greg g Excel Discussion (Misc queries) 1 December 16th 04 07:43 AM


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