Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
toolbar not expanded | Excel Discussion (Misc queries) | |||
Countif expanded | Excel Discussion (Misc queries) | |||
Expanded sumproduct | Excel Worksheet Functions | |||
Expanded Vlookup | Excel Discussion (Misc queries) | |||
Expanded Matrix in Excel | Excel Discussion (Misc queries) |