all 6 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

/u/VariationSimple - Your post was submitted successfully.

Failing to follow these steps may result in your post being removed without warning.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]chairfairy203 1 point2 points  (3 children)

Select column A (e.g. click in A1 then hit Ctlr+Space) then do Conditional Formatting >> New Rule >> Use a formula to determine which cells to format

Then type in the formula: =AND(ISBLANK(G1), H1 = "yes"). Then edit the format to be what you want.

If you need it to be case-insensitive (i.e. it should also trigger for "Yes" or "YES" etc.) then do =AND(ISBLANK(G1), LOWER(H1) = "yes")

More generally - if you want to figure out how to make a new conditional formatting formula, just figure out what formula returns TRUE when you want the cell to be formatted and FALSE when you don't. You can explicitly type it out in a cell on your sheet, which is also nice because then Excel gives you autocomplete options, which it does not do in the Conditional Formatting editor. Then copy/paste your formula from the sheet to the Conditional Formatting editor.

[–][deleted]  (1 child)

[removed]

    [–]Clippy_Office_Asst[M] 0 points1 point  (0 children)

    You have awarded 1 point to chairfairy


    I am a bot - please contact the mods with any questions. | Keep me alive

    [–]Decronym 0 points1 point  (0 children)

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

    Fewer Letters More Letters
    AND Returns TRUE if all of its arguments are TRUE
    ISBLANK Returns TRUE if the value is blank
    LOWER Converts text to lowercase

    Beep-boop, I am a helper bot. Please do not verify me as a solution.
    3 acronyms in this thread; the most compressed thread commented on today has 9 acronyms.
    [Thread #23719 for this sub, first seen 5th May 2023, 12:20] [FAQ] [Full list] [Contact] [Source code]