+ Reply to Thread
Results 1 to 10 of 10

Excel - Highlight current day

Hybrid View

  1. #1
    Registered User
    Join Date
    08-15-2016
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    5

    Excel - Highlight current day

    Don't use excel much so not very familiar with it.

    I need a way to highlight the column for the current day but the date isn't set out in the usual way as you can see from the image.

    diary.jpg

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,288

    Re: Excel - Highlight current day

    Hi there... and welcome to the Excel Forum.

    You have attached an image. That's not very easy to work with. We have to re-type your information before we can begin to address your problem. Indeed dates can be a bit bothersome, so a picture is really useless. Not only that, but (depending on their choice of browser) many members cannot even see the image.

    Please attach a sample workbook. Make sure there is enough data to demonstrate your need. Make sure your desired results are shown, mock them up manually if necessary. Remember to remove ALL confidential information first!!!

    However, nothing on this Forum works quite as well as you might expect. The attachment icon doesn't work!! (Helpful, isn't it!!). Instead, just before you submit your post, click on GO ADVANCED (near the bottom) and then scroll down to Manage Attachments to open the upload window. The relevant instructions are at the top of that screen.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    08-15-2016
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Excel - Highlight current day

    Quote Originally Posted by Glenn Kennedy View Post
    Hi there... and welcome to the Excel Forum.

    You have attached an image. That's not very easy to work with. We have to re-type your information before we can begin to address your problem. Indeed dates can be a bit bothersome, so a picture is really useless. Not only that, but (depending on their choice of browser) many members cannot even see the image.

    Please attach a sample workbook. Make sure there is enough data to demonstrate your need. Make sure your desired results are shown, mock them up manually if necessary. Remember to remove ALL confidential information first!!!

    However, nothing on this Forum works quite as well as you might expect. The attachment icon doesn't work!! (Helpful, isn't it!!). Instead, just before you submit your post, click on GO ADVANCED (near the bottom) and then scroll down to Manage Attachments to open the upload window. The relevant instructions are at the top of that screen.
    Thanks!

    Hope this has worked then - http://www.excelforum.com/attachment...1&d=1471276252
    Attached Files Attached Files

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,645

    Re: Excel - Highlight current day

    Don't quote whole posts -- it's just clutter. If you are responding to a post out of sequence, limit quoted content to a few relevant lines that makes clear to whom and what you are responding

    For normal conversational replies, try using the QUICK REPLY box below.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  5. #5
    Registered User
    Join Date
    08-15-2016
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Excel - Highlight current day

    Quote Originally Posted by AliGW View Post
    Don't quote whole posts -- it's just clutter. If you are responding to a post out of sequence, limit quoted content to a few relevant lines that makes clear to whom and what you are responding

    For normal conversational replies, try using the QUICK REPLY box below.
    Very helpful thanks!

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,288

    Re: Excel - Highlight current day

    OK. First go to B2 and enter the date 01/07/2016, drag across to 31/12/16. Format the cells in row B as d It will then look the same as it does now.

    Use this formula for CF: =B$2=TODAY() and apply it to all cells.

    Job done.
    Attached Files Attached Files
    Last edited by Glenn Kennedy; 08-15-2016 at 12:03 PM. Reason: changed "cell" to "cells in row B"

  7. #7
    Registered User
    Join Date
    08-15-2016
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Excel - Highlight current day

    Quote Originally Posted by Glenn Kennedy View Post
    OK. First go to B2 and enter the date 01/07/2016, drag across to 31/12/16. Format the cells in row B as d It will then look the same as it does now.

    Use this formula for CF: =B$2=TODAY() and apply it to all cells.

    Job done.
    Excellent that worked great thank you!

  8. #8
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,481

    Re: Excel - Highlight current day

    The image can not make clear whether the days in row 2 is full date or not.
    If, for example, DU2 is full date (11/1/2016) then the Conditional formatting formula should be:
    =DU$2=today()
    Copy formatting to all table.
    If not, it is number 1 only, we have to concatenate it with the month year in row 1 to make full date.
    Quang PT

  9. #9
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Excel - Highlight current day

    Thanks for posting the sample file, it makes it easier for us to see what you are working with.

    A couple of changes needed to make it work properly.

    First change B2 from 1 to 1/7/2016 (needs a real date to work properly)

    Next single click C2, then hold down shift + ctrl and press the right arrow key once (don't hold the arrow!). This should select the rest of the day numbers in the row.

    Without scrolling, clicking, or moving anything, type =B2+1 then press Ctrl Enter, this will fill the rest of the dates in the row for you (please don't tell me you spent an hour typing them all individually )

    At present you will not be able to see the dates, the cells will show ## because the dates are to long to fit. While the row is still selected simply change the format of the row to custom, and type a single d into the format box.

    Next apply a conditional formatting rule (I see you already have some) to the range =$B:$GC

    Using a formula as a rule, =B$2=TODAY()

    Hopefully that will give you what is needed.

  10. #10
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,288

    Re: Excel - Highlight current day

    You're welcome!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Highlight current time with CF
    By paulocsm in forum Excel General
    Replies: 12
    Last Post: 02-09-2018, 08:27 AM
  2. [SOLVED] Highlight Current Record
    By MarBoTJ in forum Access Tables & Databases
    Replies: 2
    Last Post: 10-21-2014, 12:27 PM
  3. [SOLVED] Calendar to highlight current day
    By zplugger in forum Excel General
    Replies: 11
    Last Post: 02-28-2013, 11:42 AM
  4. Excel 2007 - highlight current row
    By Layo909 in forum Excel General
    Replies: 2
    Last Post: 05-12-2011, 03:04 PM
  5. Replies: 1
    Last Post: 07-13-2006, 06:20 PM
  6. [SOLVED] highlight the current cell
    By D in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-02-2006, 07:25 AM
  7. [SOLVED] How do I highlight the current cell?
    By psilzle in forum Excel General
    Replies: 2
    Last Post: 08-25-2005, 03:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1