+ Reply to Thread
Results 1 to 8 of 8

Under Limit

  1. #1
    Registered User
    Join Date
    03-29-2018
    Location
    India
    MS-Off Ver
    2016
    Posts
    4

    Under Limit

    Hello Friends,
    This is Jay from India, first of all, thank you for your valuable suggestion, advice, and everything regarding MS Excel, it has been helped a lot with my daily work.
    I required your valuable suggestion for the following problem.

    I have numbers in column A and I required the newly revised number in Column B, but there is the limit of NMT 60.0, so can you suggest me any formula, so I can bring down all numbers in Column A above 60.0 to under 60.0 as revised number in Column B
    Find attached Excel for problem.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Under Limit

    You can use this formula in B2:

    =MIN(60,A2)

    then copy down as required.

    Hope this helps.

    Pete

  3. #3
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Under Limit

    So you want to limit the cell value to 60? meaning that you cannot enter something greater than 60? like in the file I've attached?
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    03-29-2018
    Location
    India
    MS-Off Ver
    2016
    Posts
    4

    Re: Under Limit

    Thank you very much Pete_UK

  5. #5
    Registered User
    Join Date
    03-29-2018
    Location
    India
    MS-Off Ver
    2016
    Posts
    4

    Re: Under Limit

    No, I want to convert the value from Coumn A automatically to under 60, whichever cell has it.

  6. #6
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Under Limit

    Like this?

    IF(A2>60,60,A2)

  7. #7
    Registered User
    Join Date
    03-29-2018
    Location
    India
    MS-Off Ver
    2016
    Posts
    4

    Re: Under Limit

    THANK YOU PaulM100

  8. #8
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Under Limit

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post and mark this thread as SOLVED.

    Also, since you are relatively new to the forum, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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] vba to limit the no of rows as per specified limit per day
    By JEAN1972 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-16-2018, 12:50 PM
  2. sum to a limit then subtract to limit and go again
    By robk009 in forum Excel General
    Replies: 1
    Last Post: 07-29-2017, 08:37 AM
  3. Copy and insert row below within fixed upper limit and dynamic lower limit
    By droffel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-27-2015, 08:57 PM
  4. Replies: 1
    Last Post: 04-13-2013, 05:19 AM
  5. [SOLVED] find the lower and upper limit if data is in between on that limit
    By clangeles in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-27-2012, 06:18 AM
  6. Replies: 1
    Last Post: 01-13-2011, 02:29 PM
  7. [SOLVED] set a limit
    By derek in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 05-26-2005, 06:10 PM

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