• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Need formula

JEC8878

New Member
Could someone please help. I am looking for a formula that will help calculate some timings –

Please see attached document – what I am wanting is –

If planned duration is 45m to highlight any actual times that are at least 15m under this (so 30m or below)
 

Attachments

  • Template01.xlsx
    10.7 KB · Views: 2
try
=AND($D2<>"",$D2<=30)

for 2007, 2010 , 2013 , 2016 , 2019 or 365 Subscription excel version
Conditional Formatting

Highlight applicable range >>
D2:D100 - Change, reduce or extend the rows to meet your data range of rows

Home Tab >> Styles >> Conditional Formatting
New Rule >> Use a formula to determine which cells to format
Edit the Rule Description: Format values where this formula is true:
=AND($D2<>"",$D2<=30)

Format [Number, Font, Border, Fill]
choose the format you would like to apply when the condition is true
OK >> OK
 

Attachments

  • Template01-ETAF.xlsx
    10.8 KB · Views: 4
Back
Top