Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks! Since sending the initial request, I now have 2 cols (Col D and Col
F) in sheet1 that may have text input. The name on sheet1 may be duplicated for the text input in Col D and Col F. Sheet2 Col L and Col M may (or may not) have text based on the input on sheet1. I used the concept of the "helper column" and made two columns for the evaluation of text in Col L and Col M. How do I make the conditional formatting work in this scenario? "Luke M" wrote: Because of the multi-sheet issue, you'll need to create a helper column 9let's say column Z). Fill it with this formula, starting on row 2: =ISTEXT(INDEX(Sheet1!$D:$D,MATCH(Sheet2!$B2,Sheet1 !$B:$B,0))) Now, select row 2, conditional format, formula is =$Z2 format as desired. Your row should now highlight if condition is met, and you can hide column Z for aesthetics. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "CEG_Staffer" wrote: I have a conditional format in place on sheet1 that highlights the entire row (data in Col A - Col L) if there in text input in the cell of Col D. My task now is to go to other tabs lookup the person's name (Col B, sheet2) find a match on sheet1 and if that name is highlighted on sheet1, automatically highlight the row of data on sheet2. Help?!?!? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting In and Across Sheets | Excel Discussion (Misc queries) | |||
Conditional Formatting across Sheets | Excel Worksheet Functions | |||
Why Not Conditional Formatting For Multiple Sheets? | New Users to Excel | |||
Compare two Sheets with Conditional Formatting | Excel Discussion (Misc queries) | |||
Compare two Sheets with Conditional Formatting | Excel Discussion (Misc queries) |