+ Reply to Thread
Results 1 to 4 of 4

Insert Symbol If a Range of Cells Aren't Blank?!

  1. #1
    Registered User
    Join Date
    09-26-2017
    Location
    London, England
    MS-Off Ver
    Mac 2016
    Posts
    26

    Insert Symbol If a Range of Cells Aren't Blank?!

    Hi folks,

    This is my first post! I've had a search of the forum and can't seem to find a post like this, so here goes:

    I would like a tick symbol to appear if 3 particular cells in a table are filled (not blank).
    I would like a cross symbol to appear if the same cells in the table are blank.

    Is this possible? Please see table below.

    screenshot1.png
    Last edited by exceln3wb; 09-26-2017 at 12:40 PM.

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Insert Symbol If a Range of Cells Aren't Blank?!

    Let's say that the "3 particular cells" are E2, F2, and G2.

    You can write a formula such as:
    =IF(COUNTBLANK(E2:F2),CHAR(251),CHAR(252))

    Format the cell with the formula in it as wingdings.

    If you cannot get this to work, please upload a sample workbook with the desired outcome (manually entered) of the formula/s.

  3. #3
    Registered User
    Join Date
    09-26-2017
    Location
    London, England
    MS-Off Ver
    Mac 2016
    Posts
    26

    Re: Insert Symbol If a Range of Cells Aren't Blank?!

    Many thanks - changing to solved now!

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Insert Symbol If a Range of Cells Aren't Blank?!

    You're welcome. Happy to help.

+ 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. Replies: 9
    Last Post: 10-01-2016, 04:32 PM
  2. [SOLVED] Filtering Out Blank Cells that Aren't Really Blank
    By phelbin in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-04-2015, 12:58 PM
  3. Macro to insert symbol in cells
    By vijanand1279 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-18-2011, 05:10 AM
  4. [SOLVED] Imported Data creates blank cells that aren't really blank
    By JackieD in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 02-22-2006, 09:00 PM
  5. Making sure that cells within a row in a database aren't blank
    By Pete Rooney in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-06-2005, 03:05 PM
  6. COUNT ONLY CELLS THAT AREN'T BLANK
    By paulinec in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-07-2005, 10:06 PM
  7. [SOLVED] COUNT ONLY CELLS THAT AREN'T BLANK
    By paulinec in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-07-2005, 07:06 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