Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 19
Default need to work across two sheets in excel 2003

I need to be able to put in column b4 on sheet 1 the answer to this, on sheet
2 find "AC" in column C and put the corresponding name in column A, in b4 on
sheet 1. (excel 2003)


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default need to work across two sheets in excel 2003

Hi Vandy

In B4 enter
=INDEX(Sheet2!$A:$A,MATCH(Sheet2!$C:$C,"AC",0))
better still would be if your Value AC was entered in A4, then substitute
that in the formula

=INDEX(Sheet2!$A:$A,MATCH(Sheet2!$C:$C,A4,0))

--
Regards
Roger Govier

"Vandy" wrote in message
...
I need to be able to put in column b4 on sheet 1 the answer to this, on
sheet
2 find "AC" in column C and put the corresponding name in column A, in b4
on
sheet 1. (excel 2003)


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default need to work across two sheets in excel 2003

Sorry Vandy, typed that incorrectly
It should read

=INDEX(Sheet2!$A:$A,MATCH("AC",Sheet2!$C:$C,0))
and
=INDEX(Sheet2!$A:$A,MATCH(A4,Sheet2!$C:$C,0))

--
Regards
Roger Govier

"Roger Govier" <roger@technology4unospamdotcodotuk wrote in message
...
Hi Vandy

In B4 enter
=INDEX(Sheet2!$A:$A,MATCH(Sheet2!$C:$C,"AC",0))
better still would be if your Value AC was entered in A4, then substitute
that in the formula

=INDEX(Sheet2!$A:$A,MATCH(Sheet2!$C:$C,A4,0))

--
Regards
Roger Govier

"Vandy" wrote in message
...
I need to be able to put in column b4 on sheet 1 the answer to this, on
sheet
2 find "AC" in column C and put the corresponding name in column A, in b4
on
sheet 1. (excel 2003)


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 19
Default need to work across two sheets in excel 2003

Thank You....it works.. Have a great day!

"Roger Govier" wrote:

Sorry Vandy, typed that incorrectly
It should read

=INDEX(Sheet2!$A:$A,MATCH("AC",Sheet2!$C:$C,0))
and
=INDEX(Sheet2!$A:$A,MATCH(A4,Sheet2!$C:$C,0))

--
Regards
Roger Govier

"Roger Govier" <roger@technology4unospamdotcodotuk wrote in message
...
Hi Vandy

In B4 enter
=INDEX(Sheet2!$A:$A,MATCH(Sheet2!$C:$C,"AC",0))
better still would be if your Value AC was entered in A4, then substitute
that in the formula

=INDEX(Sheet2!$A:$A,MATCH(Sheet2!$C:$C,A4,0))

--
Regards
Roger Govier

"Vandy" wrote in message
...
I need to be able to put in column b4 on sheet 1 the answer to this, on
sheet
2 find "AC" in column C and put the corresponding name in column A, in b4
on
sheet 1. (excel 2003)



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 do I repeat XML map in sheets of the same excel work book Tooty Excel Discussion (Misc queries) 0 March 20th 08 11:10 PM
deleted work sheets - Excel Beth Excel Worksheet Functions 1 April 25th 06 10:06 PM
Counting dates in multiple work sheets and work books Savage Excel Discussion (Misc queries) 0 December 19th 05 11:41 PM
How can I merge and purge two excel work sheets? Analia New Users to Excel 0 November 2nd 05 10:09 PM
Excel Work Sheets john0747 Excel Discussion (Misc queries) 1 August 30th 05 07:28 AM


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