Hi,
I have a dataset where "Column B" contains dates that are repeating, missing, or random. I want to highlight the weekends for these dates. I have used formulas such as "=OR(WEEKDAY(C5)=7,WEEKDAY(C5)=1)" and "=WEEKDAY(B2,2)>5" but was not able to get the desired results. Need help in finding...