+ Reply to Thread
Results 1 to 9 of 9

placeholder text

  1. #1
    Registered User
    Join Date
    06-23-2022
    Location
    USA
    MS-Off Ver
    2016
    Posts
    6

    placeholder text

    Hello. I'm using Excel 2016. I am trying to get standard placeholder text (for instructions to users). I understand that this cannot be done with conditional formatting or data validation. I have used the IF(ISBLANK) formula, and the text is not displaying the text in the correct cell. I would like to display "enter Group Name" in cell A3 (a merged cell). This is what i have in cell A2
    =IF(ISBLANK(A3), "Enter Group Name", A3). Any help is appreciated!

  2. #2
    Valued Forum Contributor
    Join Date
    11-22-2014
    Location
    Arizona, USA
    MS-Off Ver
    Office 365
    Posts
    973

    Re: placeholder text

    The only reason it would not show you the text you have written is because the contents of A3 is a space " " and is not BLANK. highlight A3 hit DELETE on the Keyboard and watch your text appear
    -If you think you are done, Start over - ELeGault

  3. #3
    Valued Forum Contributor
    Join Date
    11-22-2014
    Location
    Arizona, USA
    MS-Off Ver
    Office 365
    Posts
    973

    Re: placeholder text

    Also should point out or ask the intent of the A2 field...

    If I entered Orange Tigers as the group name... would you want that to repeat into A2? Because your false dictates that A2 = A3 when it is not blank... where I think you would be better off setting it to BLANK since you do not always want it to display the text Enter Group Name
    Change the A3 reference to "" if you want it to vanish upon entry of a group name
    =IF(ISBLANK(A3), "Enter Group Name", A3)
    =IF(ISBLANK(A3), "Enter Group Name", "")

  4. #4
    Registered User
    Join Date
    06-23-2022
    Location
    USA
    MS-Off Ver
    2016
    Posts
    6

    Re: placeholder text

    i do not want anything to display in A2. The user changes cell A3. There is nothing currently in Cell A3 (i do know that a space is a character). is this formula reading like this : If cell a3 is blank, display "Enter Group Name" in cell A3, and leave cell A2 blank... ?

  5. #5
    Registered User
    Join Date
    06-23-2022
    Location
    USA
    MS-Off Ver
    2016
    Posts
    6

    Re: placeholder text

    i did replace the A3 false statement with the "", and that part of it worked so as not to display text in A2.

  6. #6
    Registered User
    Join Date
    06-23-2022
    Location
    USA
    MS-Off Ver
    2016
    Posts
    6

    Re: placeholder text

    attached is a picture of what i have (screenshot)
    Attached Images Attached Images

  7. #7
    Registered User
    Join Date
    06-23-2022
    Location
    USA
    MS-Off Ver
    2016
    Posts
    6

    Re: placeholder text

    I'm sure you get what i'm asking for, but it seems the formulas i'm finding are saying if A3 is blank, put the text in A2 (that if cell A3 is blank, cell A2 needs to display Enter Group Name.) what i want to say is "if cell A3 is blank, display "Enter Group Name" in cell A3, and leave cell A2 not displaying any text." any ideas?

  8. #8
    Valued Forum Contributor
    Join Date
    11-22-2014
    Location
    Arizona, USA
    MS-Off Ver
    Office 365
    Posts
    973

    Re: placeholder text

    Without VB... I think the best "Hack" to do here would be to insert a column Left of A, make the width of that column .5 or less and input what you want to see in that field.

    The overflow will look like the text is in the adjacent cell and when something is actually entered into the cell it will be constrained to the A column where it actually lives until that cell is cleared again...


    You could also add a NOTE and make it always visible... but that becomes an obnoxious floating item...

    Would it be bad to actually write in Enter Group Name and conditionally format that to be GREY text when it is exactly that phrase, then when they type over it it will be gone and full color?


    really depends on the use of the file and what the full setup is ... tough to say what I would do specifically without seeing it in full and understanding who is utilizing the documents.

    I cannot think of a way to display it in the cell elsewise

  9. #9
    Registered User
    Join Date
    06-23-2022
    Location
    USA
    MS-Off Ver
    2016
    Posts
    6

    Re: placeholder text

    i know very little VB :/. i do like your conditional formatting idea, though, and i'll probably do that. thank you for your 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. Add Placeholder Text using VBA
    By Vladmiris in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-14-2020, 08:59 AM
  2. Replies: 2
    Last Post: 01-20-2018, 09:59 AM
  3. [SOLVED] Placeholder text
    By Retroshift in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-20-2017, 07:41 PM
  4. [SOLVED] Default template placeholder text
    By Kyle123 in forum PowerPoint Formatting & General
    Replies: 1
    Last Post: 03-15-2017, 10:08 AM
  5. Replace Placeholder Text
    By domino01 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-30-2013, 11:52 AM
  6. delete row of text with 3 macros & [placeholder]
    By Janis in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-18-2006, 03:30 PM
  7. zero placeholder
    By cwilken in forum Excel General
    Replies: 2
    Last Post: 05-19-2005, 02:48 AM

Tags for this Thread

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