#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 102
Default Formula issue

Hi everyone

I have two worksheets on the one workbook.

On sheet one I have various columns a = names w = completed percentages

On sheet two I again have various columns a= names but not specifically the
same names as on sheet two

I want to check if the names on both column A's match and if they do I want
to copy the corresponding percentage from Sheet one into a new column in
sheet two. ie if sheet one column a is jon brown and his % in column w is
100% and jon brown is in column a on the other sheet I want enter the 100%
into a new column on sheet two

Phew hope I havent lost you yet!

I read through some other posts and have managed to get the following: (23
being w column from sheet one)
=VLOOKUP(A2,'Outcome text'!$A$2:$A$2000,23,0)

But its not working - what am i doing wrong please??

Thanks as always

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 204
Default Formula issue

I think you have to have the column that you're bringing back in the array so

=VLOOKUP(A2,'Outcome text'!$A$2:$W$2000,23,0)


"Lise" wrote:

Hi everyone

I have two worksheets on the one workbook.

On sheet one I have various columns a = names w = completed percentages

On sheet two I again have various columns a= names but not specifically the
same names as on sheet two

I want to check if the names on both column A's match and if they do I want
to copy the corresponding percentage from Sheet one into a new column in
sheet two. ie if sheet one column a is jon brown and his % in column w is
100% and jon brown is in column a on the other sheet I want enter the 100%
into a new column on sheet two

Phew hope I havent lost you yet!

I read through some other posts and have managed to get the following: (23
being w column from sheet one)
=VLOOKUP(A2,'Outcome text'!$A$2:$A$2000,23,0)

But its not working - what am i doing wrong please??

Thanks as always

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Formula issue

Try
=VLOOKUP(A2,'Outcome text'!$A$2:$W$2000,23,0)

A2 is lookup value in Sheet2 eg: jon brown
'Outcome text'!$A$2:$W$2000 is the array from sheet1
23 is the column number W


If this post helps click Yes
---------------
Jacob Skaria


"Lise" wrote:

Hi everyone

I have two worksheets on the one workbook.

On sheet one I have various columns a = names w = completed percentages

On sheet two I again have various columns a= names but not specifically the
same names as on sheet two

I want to check if the names on both column A's match and if they do I want
to copy the corresponding percentage from Sheet one into a new column in
sheet two. ie if sheet one column a is jon brown and his % in column w is
100% and jon brown is in column a on the other sheet I want enter the 100%
into a new column on sheet two

Phew hope I havent lost you yet!

I read through some other posts and have managed to get the following: (23
being w column from sheet one)
=VLOOKUP(A2,'Outcome text'!$A$2:$A$2000,23,0)

But its not working - what am i doing wrong please??

Thanks as always

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 102
Default Formula issue

Thanks to you both - excellent :-)
--
Thanks

Lise


"Jacob Skaria" wrote:

Try
=VLOOKUP(A2,'Outcome text'!$A$2:$W$2000,23,0)

A2 is lookup value in Sheet2 eg: jon brown
'Outcome text'!$A$2:$W$2000 is the array from sheet1
23 is the column number W


If this post helps click Yes
---------------
Jacob Skaria


"Lise" wrote:

Hi everyone

I have two worksheets on the one workbook.

On sheet one I have various columns a = names w = completed percentages

On sheet two I again have various columns a= names but not specifically the
same names as on sheet two

I want to check if the names on both column A's match and if they do I want
to copy the corresponding percentage from Sheet one into a new column in
sheet two. ie if sheet one column a is jon brown and his % in column w is
100% and jon brown is in column a on the other sheet I want enter the 100%
into a new column on sheet two

Phew hope I havent lost you yet!

I read through some other posts and have managed to get the following: (23
being w column from sheet one)
=VLOOKUP(A2,'Outcome text'!$A$2:$A$2000,23,0)

But its not working - what am i doing wrong please??

Thanks as always

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 issue chrisbmo2000 Excel Discussion (Misc queries) 4 May 1st 08 04:28 PM
formula issue AlienBeans Excel Discussion (Misc queries) 7 May 30th 06 04:47 AM
Formula issue kelljeff Excel Discussion (Misc queries) 3 April 3rd 06 07:26 PM
An issue regarding the formula HuaMin Excel Discussion (Misc queries) 2 December 7th 05 03:39 PM
An issue regarding the formula HuaMin Excel Discussion (Misc queries) 0 December 7th 05 09:07 AM


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