+ Reply to Thread
Results 1 to 3 of 3

Need to input text before inputting a number

  1. #1
    Registered User
    Join Date
    09-22-2008
    Location
    markham
    Posts
    52

    Need to input text before inputting a number

    Thank you for your help! It worked a treat


    Hello,

    I would like to ensure the managers input the employee's performance rating (Outstanding, Successful, etc.) in column A before a bonus amount can be inputted in column B. How can I put that restriction on the cells in column B?

    I have done something similar by using the data validation and ISNUMBER to ensure a numerical value had been inputted before the bonus amount could be.

    Thank you for your help.

    Brandy
    Last edited by Brandy; 05-09-2011 at 03:13 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Need to input text before inputting a number

    You can create a list of acceptable (expected) inputs for column A in a table somewhere, then use data validation in column B with Custom selection and formula:

    =MATCH(A1,table,0) where table is the table range you created (single column).

    or you can use data validation List in column A to force them to pick from list and then column B validation would be Custom... A1<>""
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Need to input text before inputting a number

    Try this workbook.

    Data Validation > Custom
    Formula:=
    Please Login or Register  to view this content.
    Uncheck the ignore blanks checkbox

    Column C is just to prove the formula and can be deleted.

    Hope this helps.
    Attached Files Attached Files
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

+ 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