+ Reply to Thread
Results 1 to 3 of 3

Validating if a certain text and greater than or equal to a value..

  1. #1
    Registered User
    Join Date
    03-23-2017
    Location
    San Francisco, California
    MS-Off Ver
    Office 365
    Posts
    1

    Validating if a certain text and greater than or equal to a value..

    So I am creating a form to calculate pay for a certain classification and I want a certain cell to be equal to or greater than a value, whereas the value is determined by another cell. For instance, if you select one of the classifications and that classification has a minimum pay of 1500, the value should be greater than or equal to the minimum.

    Here is an example: In cell C4, I click on the list and select Class 1. Now Class 1 has a minimum pay of 1000 and I am required to put a start pay amount in cell D4. I input the value 950 and get an error. Therefore I change it to 1050 to meet the cell requirements.

    Thanks in advance.

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Validating if a certain text and greater than or equal to a value..

    Hi Welcome to Forum ,

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Validating if a certain text and greater than or equal to a value..

    Hi, welcome to the forum

    Agree that seeing a sample file will help,having said that though, if you have a list of classes with the minimum amount, something like this should work...
    1. Data tab/Data validation
    2. Allow = Custom
    3. =D4>=vlookup(C4,range-with-classes,1,0)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. [SOLVED] IF date is greater than or equal to X but less than or equal to y
    By LloydGilmore in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-09-2019, 05:35 AM
  2. Filter column B by equal or greater than 31 but less than or equal to 60
    By kop1ko in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-18-2015, 04:11 PM
  3. SumIfs containing a greater than or equal to And less than or equal to
    By teton88 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 04-15-2014, 07:47 PM
  4. [SOLVED] COUNTIFS function w/greater than or equal to, and less than or equal to time values
    By AliciaRenee in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-27-2014, 03:57 PM
  5. [SOLVED] IF to verify that cell 1 is greater than zero and cell 2 is equal to the exact text, and t
    By NTK_NKGK in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-12-2013, 05:40 PM
  6. Replies: 3
    Last Post: 10-10-2012, 06:37 AM
  7. Greater than or equal to
    By braedan51 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-03-2007, 12:39 PM

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