Conditional Formating

proficient

Well-known Member
Joined
Apr 10, 2012
Messages
745
Office Version
  1. 2016
Platform
  1. Windows
  2. Mobile
Hi All,

I am here to ask you that let say if I have a table range A1:K10, all the cells housing dates, what I want to do is that if any cell have a SUNDAY the cell auto highlighted in red... please advise the formula...
 
hai,
select the range and go to conditional format - new rule and use

=+WEEKDAY($A1,1)=1

Regards
witson

Witson,

Thanks for your response, but facing the same situation in your case, don't know why the formulae are not working... :(
 
Upvote 0

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Maybe there are no Sundays in the range or maybe your dates are text values that look like dates.

You can test if they dates are real Excel dates by using the formula =ISNUMBER(A1) which should return TRUE.



FormR,

I have tried your advice and getting TRUE in return... Could you please tell me what is wrong in my sheet?
 
Upvote 0
Have seen but I don't want to highlight the whole row, just wanted to highlight the particular cell which is having the DATE (SUNDAY)

Look again; that is what is happening (that row just happens to contain dates that are all sundays)
 
Upvote 0
Look again; that is what is happening (that row just happens to contain dates that are all sundays)

Yes I have seen, You have used cell ref + 7 formula in it :) that is why all dates are sundays and highlighting the whole row...
 
Upvote 0
Can you upload your workbook to file sharing site (like dropbox) and post the link here?
 
Upvote 0
Give me any link where I can share my sheet for your ease, I don't have dropbox in my system...
 
Upvote 0

Forum statistics

Threads
1,215,379
Messages
6,124,610
Members
449,174
Latest member
ExcelfromGermany

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top