+ Reply to Thread
Results 1 to 8 of 8

If cell is blank then equal (not using conditional formatting)

  1. #1
    Registered User
    Join Date
    09-06-2012
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    7

    If cell is blank then equal (not using conditional formatting)

    I have created a training package where I have used the conditional formatting to change a cells colour as the certificates for the staff is due to run out. I have created this down the columns.

    However if there is no text in a range of cells i would like the cell to say "Awaiting Training" instead of being blank.

    Is there an easy way of doing this using a formula as i'm not good with VB?

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: If cell is blank then equal (not using conditional formatting)

    Hi Stuart,

    Welcome to the forum.

    you can use isblank function here.. =if(isblank(<reference to range of cells>),"Awaiting Training",<reference to range of cells>)

    In case of any issues, upload the sample workbook... thanks.


    regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: If cell is blank then equal (not using conditional formatting)

    what is your existing formula?

    you can integrate this one


    =IF(COUNTA(A1:X1)=0,"Awaiting Training", your existing formula)
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  4. #4
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: If cell is blank then equal (not using conditional formatting)

    Hi dilipandey

    I think Stuart requires it as in conditional formatting, I thought of using a IF function but it means starting a new column!

  5. #5
    Registered User
    Join Date
    09-06-2012
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: If cell is blank then equal (not using conditional formatting)

    Thanks, but everyone's right I son't want it as conditional formatting.

    DILIPandey thanks for your reply but I put this in and its just placed the word <Value> in the cell I typed it into. All the blank cells are still blank.

  6. #6
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: If cell is blank then equal (not using conditional formatting)

    If you don't want it as conditional formatting,try:

    If your data is in A1 in B2: =IF(A1="","Awaiting Training",A1)
    Drag down.

  7. #7
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: If cell is blank then equal (not using conditional formatting)

    Hi dilipandey
    I think Stuart requires it as in conditional formatting, I thought of using a IF function but it means starting a new column!
    Hi Kevin UK, I think OP has already mentioned below:-
    If cell is blank then equal (not using conditional formatting)
    which clears that he does not want this solution as conditional formatting. Thanks.

    Regards,
    DILIPandey

    <click on below 'star' if this helps>

  8. #8
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: If cell is blank then equal (not using conditional formatting)

    DILIPandey thanks for your reply but I put this in and its just placed the word <Value> in the cell I typed it into. All the blank cells are still blank.
    Hi Stuart, do you want the blank cell to be automatically filled in... if that is the case, you need to rely on macros (VBA).. thanks.

    Regards,
    DILIPandey

    <click on below 'star' if this helps>

+ 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