Any Excel experts about today?

Discussion in 'Bulletin Board ARCHIVE' started by E.I. Addio, Nov 11, 2009.

  1. E.I. Addio

    E.I. Addio Well-Known Member

    Joined:
    Jul 17, 2005
    Messages:
    6,208
    Likes Received:
    114
    Trophy Points:
    63
    Location:
    Oakwell, where else
    Home Page:
    Style:
    Barnsley (full width)
    Using a spreadsheet as a form I want to put text into a cell to remind the user what to do, this info should automatically disappear and be replaced by whatever they're typing. Hopfully its something simple and not a bleedin macro....... and, the prompt text is in diminished grey with the entered text in full black
     
  2. Brush

    Brush Well-Known Member

    Joined:
    Aug 16, 2005
    Messages:
    17,300
    Likes Received:
    16,362
    Trophy Points:
    113
    Gender:
    Male
    Occupation:
    Ex-IT professional
    Location:
    Swadlincote, South Derbyshire
    Style:
    Barnsley (full width)
    I'm not but I know a man who is, I'll ask him. nt
     
  3. pon

    pontyender Well-Known Member

    Joined:
    Jul 18, 2005
    Messages:
    10,791
    Likes Received:
    3,913
    Trophy Points:
    113
    Location:
    Barnsley
    Home Page:
    Style:
    Barnsley (full width)
    The answer might be using conditional formatting. If the cell is blank it shows the text you want displayed, if it's populated it doesn't. Haven't got access to excel on this pc so can't check the theory though.
     
  4. Andy Mac

    Andy Mac Well-Known Member

    Joined:
    Apr 26, 2006
    Messages:
    12,368
    Likes Received:
    12,579
    Trophy Points:
    113
    Gender:
    Male
    Occupation:
    IT
    Location:
    Sweet Home Bingley.
    Style:
    Barnsley Dark
    Cant you just highlight the cell / insert / comment ?</p>

    Have a little red flag in the cell with instruction text ?</p>

    Then spend two weeks reminding the user to click on the little ref flag in the corner of the cell ! :D </p>
     
  5. sus

    susietyke Well-Known Member

    Joined:
    Jul 21, 2005
    Messages:
    1,879
    Likes Received:
    163
    Trophy Points:
    63
    Location:
    on tour in League 1
    Style:
    Barnsley (full width)
    can you do it using the 'look up' stuff*


    * look up stuff being a technical term
     
  6. Wes

    Westie Well-Known Member

    Joined:
    Jul 12, 2007
    Messages:
    2,720
    Likes Received:
    48
    Trophy Points:
    48
    Location:
    Up yours
    Home Page:
    Style:
    Barnsley (full width)
    Conditonal formatting?

    By using formula instead of value?

    Menu "Format" > conditional formating
     
  7. pon

    pontyender Well-Known Member

    Joined:
    Jul 18, 2005
    Messages:
    10,791
    Likes Received:
    3,913
    Trophy Points:
    113
    Location:
    Barnsley
    Home Page:
    Style:
    Barnsley (full width)
  8. E.I. Addio

    E.I. Addio Well-Known Member

    Joined:
    Jul 17, 2005
    Messages:
    6,208
    Likes Received:
    114
    Trophy Points:
    63
    Location:
    Oakwell, where else
    Home Page:
    Style:
    Barnsley (full width)
    Thanks guys - sorted

    Conditional formatting does'nt work. It needs a bit of VB.</p>

    If anybody wants a copy let me know.</p>

    Some clever arse in the office did it - in about 20 minutes.</p>
     
  9. budmustang

    budmustang Well-Known Member

    Joined:
    Jul 28, 2007
    Messages:
    5,719
    Likes Received:
    3,201
    Trophy Points:
    113
    Occupation:
    Engineer
    Location:
    Adelaide, SA
    Style:
    Barnsley Dark
    If you want to avoid macros

    you could do the following, see example. The prompt disappears when typing something into the box. It reappears if the box is cleared.
    </p>

    Example
    </p>
     
  10. Tuffers

    Tuffers Member

    Joined:
    Nov 4, 2009
    Messages:
    51
    Likes Received:
    8
    Trophy Points:
    8
    Location:
    Behind wall, watching Westie get loved
    Home Page:
    Style:
    Barnsley (full width)
    Yer dummy! How easy is that?!

    You should have concentrated in class at puffy Broadway instead of being loved over the pommel horse.

    What do you think Westie?
     
  11. E.I. Addio

    E.I. Addio Well-Known Member

    Joined:
    Jul 17, 2005
    Messages:
    6,208
    Likes Received:
    114
    Trophy Points:
    63
    Location:
    Oakwell, where else
    Home Page:
    Style:
    Barnsley (full width)
    Thank you for that Hard Arse.
     
  12. E.I. Addio

    E.I. Addio Well-Known Member

    Joined:
    Jul 17, 2005
    Messages:
    6,208
    Likes Received:
    114
    Trophy Points:
    63
    Location:
    Oakwell, where else
    Home Page:
    Style:
    Barnsley (full width)
    RE: If you want to avoid macros

    Very good. How?
     
  13. budmustang

    budmustang Well-Known Member

    Joined:
    Jul 28, 2007
    Messages:
    5,719
    Likes Received:
    3,201
    Trophy Points:
    113
    Occupation:
    Engineer
    Location:
    Adelaide, SA
    Style:
    Barnsley Dark
    RE: If you want to avoid macros

    The column B has been made very narrow (you could probably make it zero width). This means that text in that cell (B3) overspills onto the next (C3).

    All you have to do then is put this expression in B3...

    =IF(C3=""," Type in your name","")

    In other words, if C3 is empty, display " Type in your name" otherwise don't display anything. Oh, and make the text grey for cell B3. Note the spaces preceding "Type in your name" to jog the text along a bit.

    I greyed out all the other cells (just used a grey fill colour) and protected the sheet just to tidy things up, as you probably will in your "form" sheet.
     
  14. E.I. Addio

    E.I. Addio Well-Known Member

    Joined:
    Jul 17, 2005
    Messages:
    6,208
    Likes Received:
    114
    Trophy Points:
    63
    Location:
    Oakwell, where else
    Home Page:
    Style:
    Barnsley (full width)
    RE: If you want to avoid macros

    Clever that.
     
  15. pon

    pontyender Well-Known Member

    Joined:
    Jul 18, 2005
    Messages:
    10,791
    Likes Received:
    3,913
    Trophy Points:
    113
    Location:
    Barnsley
    Home Page:
    Style:
    Barnsley (full width)
    RE: If you want to avoid macros

    I was trying:

    =IF(ISBLANK(C3),"Type in your name","")

    It wouldn't work though in C3 as it made it a circular reference, but did work if you put it into one of the other cells. Never thought of making it overspill like that. Genius!
     
  16. Tuffers

    Tuffers Member

    Joined:
    Nov 4, 2009
    Messages:
    51
    Likes Received:
    8
    Trophy Points:
    8
    Location:
    Behind wall, watching Westie get loved
    Home Page:
    Style:
    Barnsley (full width)
    You're welcome. Put hours into writing that!
     
  17. M1 Tyke

    M1 Tyke New Member

    Joined:
    Jul 17, 2005
    Messages:
    1,926
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    The only Tory in the village
    Location:
    Somewhere between Dirty Leeds and That London
    Home Page:
    Any Word Experts on Here.

    I'm trying to get the page number on report to start on the second page.

    i.e. I want the title page / front cover not to have a page number in the footer.

    Bill Gates wants fecking shooting.
     
  18. sus

    susietyke Well-Known Member

    Joined:
    Jul 21, 2005
    Messages:
    1,879
    Likes Received:
    163
    Trophy Points:
    63
    Location:
    on tour in League 1
    Style:
    Barnsley (full width)
    what version of word are you in. Think you just need to go into header and footer and check 'different first page'
     
  19. Caz

    Cazi New Member

    Joined:
    Jul 16, 2005
    Messages:
    13,133
    Likes Received:
    1
    Trophy Points:
    0
    Location:
    A completely different planet to everybody else
    Home Page:
    Goto Insert/Page Numbers & take the tick out of 'show number on first page' nt
     
  20. Jay

    Jay Well-Known Member

    Joined:
    Jul 18, 2005
    Messages:
    43,434
    Likes Received:
    32,129
    Trophy Points:
    113
    Location:
    On Sofa
    Style:
    Barnsley
    RE: Any Word Experts on Here.

    When you click Insert>page numbers there's a little check box that says 'include number on first page'. Just uncheck it.
     

Share This Page