+ Reply to Thread
Results 1 to 10 of 10

How do I get users to fill out excel spreadsheet sequentially

  1. #1
    DD
    Guest

    How do I get users to fill out excel spreadsheet sequentially

    I am trying to get users to enter all required fields. How do I stop users
    from not filling out a required field

  2. #2
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    write an if statement that tests all your fields, and if any one is blank, display a banner saying YOU HAVE ONE OR MORE FIELDS STILL TO COMPLETE

  3. #3
    Dave Peterson
    Guest

    Re: How do I get users to fill out excel spreadsheet sequentially

    I use an adjacent cell with a formula like:

    =if(a1<>"","","<-- Must be filled in!")

    And I make it big bright bold red.



    DD wrote:
    >
    > I am trying to get users to enter all required fields. How do I stop users
    > from not filling out a required field


    --

    Dave Peterson

  4. #4
    DD
    Guest

    Re: How do I get users to fill out excel spreadsheet sequentially

    Thank you that worked well

    "robert111" wrote:

    >
    > write an if statement that tests all your fields, and if any one is
    > blank, display a banner saying YOU HAVE ONE OR MORE FIELDS STILL TO
    > COMPLETE
    >
    >
    > --
    > robert111
    > ------------------------------------------------------------------------
    > robert111's Profile: http://www.excelforum.com/member.php...o&userid=31996
    > View this thread: http://www.excelforum.com/showthread...hreadid=558766
    >
    >


  5. #5
    DD
    Guest

    Re: How do I get users to fill out excel spreadsheet sequentially

    Thank you - worked brilliantly

    "Dave Peterson" wrote:

    > I use an adjacent cell with a formula like:
    >
    > =if(a1<>"","","<-- Must be filled in!")
    >
    > And I make it big bright bold red.
    >
    >
    >
    > DD wrote:
    > >
    > > I am trying to get users to enter all required fields. How do I stop users
    > > from not filling out a required field

    >
    > --
    >
    > Dave Peterson
    >


  6. #6
    Gord Dibben
    Guest

    Re: How do I get users to fill out excel spreadsheet sequentially

    And if they choose to ignore the warning..........what then?


    Gord Dibben MS Excel MVP

    On Thu, 6 Jul 2006 23:31:01 -0700, DD <[email protected]> wrote:

    >Thank you - worked brilliantly
    >
    >"Dave Peterson" wrote:
    >
    >> I use an adjacent cell with a formula like:
    >>
    >> =if(a1<>"","","<-- Must be filled in!")
    >>
    >> And I make it big bright bold red.
    >>
    >>
    >>
    >> DD wrote:
    >> >
    >> > I am trying to get users to enter all required fields. How do I stop users
    >> > from not filling out a required field

    >>
    >> --
    >>
    >> Dave Peterson
    >>



  7. #7
    Dave Peterson
    Guest

    Re: How do I get users to fill out excel spreadsheet sequentially

    You scream at them!

    Gord Dibben wrote:
    >
    > And if they choose to ignore the warning..........what then?
    >
    > Gord Dibben MS Excel MVP
    >
    > On Thu, 6 Jul 2006 23:31:01 -0700, DD <[email protected]> wrote:
    >
    > >Thank you - worked brilliantly
    > >
    > >"Dave Peterson" wrote:
    > >
    > >> I use an adjacent cell with a formula like:
    > >>
    > >> =if(a1<>"","","<-- Must be filled in!")
    > >>
    > >> And I make it big bright bold red.
    > >>
    > >>
    > >>
    > >> DD wrote:
    > >> >
    > >> > I am trying to get users to enter all required fields. How do I stop users
    > >> > from not filling out a required field
    > >>
    > >> --
    > >>
    > >> Dave Peterson
    > >>


    --

    Dave Peterson

  8. #8
    Gord Dibben
    Guest

    Re: How do I get users to fill out excel spreadsheet sequentially

    Not in the enlightened corporate world I was working in for the past 15 years.

    No punching, slapping, screaming, derogatory statements or any other non-PC
    behaviour.

    Employing the fruits of your sensitivity training, you gently point out that
    they have not followed instructions quite as you wished and could they possibly,
    if so inclined, fill out the required cells between breaks and attending group
    hugs sessions.


    I am soooooooooooooooo happy to be out of it.


    Gord


    On Fri, 07 Jul 2006 11:36:05 -0500, Dave Peterson <[email protected]>
    wrote:

    >You scream at them!
    >
    >Gord Dibben wrote:
    >>
    >> And if they choose to ignore the warning..........what then?
    >>
    >> Gord Dibben MS Excel MVP
    >>
    >> On Thu, 6 Jul 2006 23:31:01 -0700, DD <[email protected]> wrote:
    >>
    >> >Thank you - worked brilliantly
    >> >
    >> >"Dave Peterson" wrote:
    >> >
    >> >> I use an adjacent cell with a formula like:
    >> >>
    >> >> =if(a1<>"","","<-- Must be filled in!")
    >> >>
    >> >> And I make it big bright bold red.
    >> >>
    >> >>
    >> >>
    >> >> DD wrote:
    >> >> >
    >> >> > I am trying to get users to enter all required fields. How do I stop users
    >> >> > from not filling out a required field
    >> >>
    >> >> --
    >> >>
    >> >> Dave Peterson
    >> >>



  9. #9
    Dave Peterson
    Guest

    Re: How do I get users to fill out excel spreadsheet sequentially

    You left out surfing the web!

    Gord Dibben wrote:
    >
    > Not in the enlightened corporate world I was working in for the past 15 years.
    >
    > No punching, slapping, screaming, derogatory statements or any other non-PC
    > behaviour.
    >
    > Employing the fruits of your sensitivity training, you gently point out that
    > they have not followed instructions quite as you wished and could they possibly,
    > if so inclined, fill out the required cells between breaks and attending group
    > hugs sessions.
    >
    > I am soooooooooooooooo happy to be out of it.
    >
    > Gord
    >
    > On Fri, 07 Jul 2006 11:36:05 -0500, Dave Peterson <[email protected]>
    > wrote:
    >
    > >You scream at them!
    > >
    > >Gord Dibben wrote:
    > >>
    > >> And if they choose to ignore the warning..........what then?
    > >>
    > >> Gord Dibben MS Excel MVP
    > >>
    > >> On Thu, 6 Jul 2006 23:31:01 -0700, DD <[email protected]> wrote:
    > >>
    > >> >Thank you - worked brilliantly
    > >> >
    > >> >"Dave Peterson" wrote:
    > >> >
    > >> >> I use an adjacent cell with a formula like:
    > >> >>
    > >> >> =if(a1<>"","","<-- Must be filled in!")
    > >> >>
    > >> >> And I make it big bright bold red.
    > >> >>
    > >> >>
    > >> >>
    > >> >> DD wrote:
    > >> >> >
    > >> >> > I am trying to get users to enter all required fields. How do I stop users
    > >> >> > from not filling out a required field
    > >> >>
    > >> >> --
    > >> >>
    > >> >> Dave Peterson
    > >> >>


    --

    Dave Peterson

  10. #10
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    In the spirit of contributions so far, test if they have complied with your wishes, ie are any cells blank, and if so, automatically send an e-mail asking them to fill out all outstanding fields, AND COPY THIS TO THEIR BOSS. If no improvement, next time ALSO COPY TO BOSS'S BOSS. Calculate how much this rework is costing in dollars, and send an E-mail to the Financial Vice-President. Update your resume / CV just in case.

    Robert

+ 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