RE: Conditional Formatting Query
Hi All
I have a spreadsheet where we are capturing Go live dates for a project, the sheet is called "OTR Sites Dashboard", the "Site Proposed Go Live" column is E, we then have another sheet called "Bank Holidays" and that looks up the sites from the OTR Sites Dashboard and then have a column for each bank public bank holiday within EMEA.
I need it to highlight the OTR Sites Dashboard Column E if there is a duplicate date so it shows us its a bank holiday in that country so we can change the date of migration. I have got it working using match formula: -
Hi All
I have a spreadsheet where we are capturing Go live dates for a project, the sheet is called "OTR Sites Dashboard", the "Site Proposed Go Live" column is E, we then have another sheet called "Bank Holidays" and that looks up the sites from the OTR Sites Dashboard and then have a column for each bank public bank holiday within EMEA.
I need it to highlight the OTR Sites Dashboard Column E if there is a duplicate date so it shows us its a bank holiday in that country so we can change the date of migration. I have got it working using match formula: -
- <code style="font-family: "Courier new"; white-space: pre-wrap; color: rgb(69, 69, 69); font-weight: 600;">=MATCH($E$3,'Bank Holidays'!$E$3:$Y$3,0)</code>
- However I am not sure how to make this apply to all the other columns as well E3:E60 and 'Bank Holidays'!$E$3:$Y$60) for example. Your help is appreciated.