#1   Report Post  
Posted to microsoft.public.excel.misc
Vic Vic is offline
external usenet poster
 
Posts: 117
Default Match Cells expanded

I hate to post similar question, but...
How can I highlight the entire row in Sheet1 when A1 matches A:A of Sheet2?
Thank you.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Match Cells expanded

Select row 1 (or just part of row 1). Format-Conditional Format.
Formula is:
=ISNUMBER(MATCH($A1,'Sheet2'!$A:$A,0))

Copy formatting across/down as needed.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Vic" wrote:

I hate to post similar question, but...
How can I highlight the entire row in Sheet1 when A1 matches A:A of Sheet2?
Thank you.

  #3   Report Post  
Posted to microsoft.public.excel.misc
Vic Vic is offline
external usenet poster
 
Posts: 117
Default Match Cells expanded

I inseterted the following formula
=ISNUMBER(MATCH($A1,'DSMB'!$F:$F,0))

and got a message:
You may not use references to other worksheets or workbooks for Conditional
Formating criteria.

I am using excel 2003. What can be done?
Thanks

"Luke M" wrote:

Select row 1 (or just part of row 1). Format-Conditional Format.
Formula is:
=ISNUMBER(MATCH($A1,'Sheet2'!$A:$A,0))

Copy formatting across/down as needed.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Vic" wrote:

I hate to post similar question, but...
How can I highlight the entire row in Sheet1 when A1 matches A:A of Sheet2?
Thank you.

  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Match Cells expanded

You can use INDIRECT to get the CF to work across sheets:
=ISNUMBER(MATCH($A1,INDIRECT("'Sheet2'!A:A"),0))
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"Vic" wrote:
I inserted the following formula
=ISNUMBER(MATCH($A1,'DSMB'!$F:$F,0))

and got a message:
You may not use references to other worksheets or workbooks for Conditional
Formating criteria.

I am using excel 2003. What can be done?
Thanks


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Match Cells expanded

On your DSMB sheet, select column A. Now go to Insert - Name - Define. Give
this range a suitable name (MyRange).

Now, in your conditional format formula on sheet 1, change formula to:
=ISNUMBER(MATCH($A1,MyRange,0))

Voila! You're now referencing an outside worksheet. Take that XL!
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Vic" wrote:

I inseterted the following formula
=ISNUMBER(MATCH($A1,'DSMB'!$F:$F,0))

and got a message:
You may not use references to other worksheets or workbooks for Conditional
Formating criteria.

I am using excel 2003. What can be done?
Thanks

"Luke M" wrote:

Select row 1 (or just part of row 1). Format-Conditional Format.
Formula is:
=ISNUMBER(MATCH($A1,'Sheet2'!$A:$A,0))

Copy formatting across/down as needed.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Vic" wrote:

I hate to post similar question, but...
How can I highlight the entire row in Sheet1 when A1 matches A:A of Sheet2?
Thank you.



  #6   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Match Cells expanded

Although it probably didn't appeal to you for some reason,
the earlier method using INDIRECT does work fine
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---


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
toolbar not expanded beverlydawn Excel Discussion (Misc queries) 1 February 19th 09 07:57 PM
Countif expanded brownti via OfficeKB.com Excel Discussion (Misc queries) 3 December 10th 08 05:35 PM
Expanded sumproduct Steven Excel Worksheet Functions 12 October 30th 08 09:56 PM
Expanded Vlookup Brad Excel Discussion (Misc queries) 2 March 28th 08 05:53 PM
Expanded Matrix in Excel Sal[_2_] Excel Discussion (Misc queries) 0 August 12th 07 10:16 PM


All times are GMT +1. The time now is 05:16 AM.

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"