[Solved] Highlight row for dates in "Holidays" sheet
-
taylorr113y93
- Posts: 9
- Joined: Thu Jul 25, 2024 10:54 am
- Location: Glasgow
[Solved] Highlight row for dates in "Holidays" sheet
Hi folks, I am making a spreadsheet to track various financial information. I would like to highlight the rows by date that are holidays, listed on the Holiday sheet. I know that there is a conditional formatting, but I don't know the formula or which cells to apply it. That's it.
- Attachments
-
- Micro-Budget Public Version.ods
- (117.68 KiB) Downloaded 70 times
Last edited by floris v on Thu Jul 25, 2024 4:49 pm, edited 1 time in total.
OpenOffice 4.1.15 on Windows 11 Pro
Re: I want to highlight entire rows of which the dates are in the "Holidays" list
C.F. Formula Is: ISNUMBER(MATCH($A2;$Holidays.$A$2:$A$50;0))
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
-
taylorr113y93
- Posts: 9
- Joined: Thu Jul 25, 2024 10:54 am
- Location: Glasgow
Re: Highlight entire rows of which the dates are in the "Holidays" list
I'm not getting the desired result. It is highlighting all of the blank cells, AND the cells of the rows of the holidays. I need only the Holiday row dates.
- Attachments
-
- Micro-Budget Public Version.ods
- (119.5 KiB) Downloaded 52 times
OpenOffice 4.1.15 on Windows 11 Pro
Re: Highlight entire rows of which the dates are in the "Holidays" list
On the left side of the Conditional Formatting dialog, there is a drop down list that you have set to Cell Value Is. Change that to Formula Is.
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
-
taylorr113y93
- Posts: 9
- Joined: Thu Jul 25, 2024 10:54 am
- Location: Glasgow
Re: Highlight entire rows of which the dates are in the "Holidays" list
Perfect, thank-you!
OpenOffice 4.1.15 on Windows 11 Pro