+ Reply to Thread
Results 1 to 2 of 2

Conditional Formatting Formula

  1. #1
    Cachod1
    Guest

    Conditional Formatting Formula

    Need to highlight A1 if B1 contains "1", "2", "3", or is empty.

    What formula can help me do this?

  2. #2
    Dave Peterson
    Guest

    Re: Conditional Formatting Formula

    Maybe just use a formula like:

    =OR(B1=1,B1=2,B1=3,B1="")

    (I used numbers--not text for 1, 2, and 3.)



    Cachod1 wrote:
    >
    > Need to highlight A1 if B1 contains "1", "2", "3", or is empty.
    >
    > What formula can help me do this?


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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