+ Reply to Thread
Results 1 to 5 of 5

Is there an =IF function for something like this...?

  1. #1
    Registered User
    Join Date
    11-14-2019
    Location
    US
    MS-Off Ver
    2019
    Posts
    3

    Is there an =IF function for something like this...?

    2200/2000

    5000/7500


    Is there a formula I can input to have a result of the lower of the 2 numbers that are separated by a '/'?

    Is these examples I would want the formula to come back with answers of 2000 and 5000.

    The numbers are not constant and I have a big amount of data to parse and I don't want to do it manually.

    Thanks.

  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,791

    Re: Is there an =IF function for something like this...?

    If your data is in A1, you could use this in B1:

    =MIN(LEFT(A1,FIND("/",A1)-1),RIGHT(A1,LEN(A1)-FIND("/",A1)))

    then copy down as required.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    11-14-2019
    Location
    US
    MS-Off Ver
    2019
    Posts
    3

    Re: Is there an =IF function for something like this...?

    Yes! Thank you very much. Do you take btc donations? I'd like to send a little if you do.

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

    Re: Is there an =IF function for something like this...?

    Glad to help, but I don't know what a btc donation is, All help here is offered free of charge, so you can donate some money to charity if you wish.

    You can show your appreciation and 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).

    Also, you can indicate that your question has been resolved by clicking on Thread Tools just above and to the right of your first post in this thread, and marking the thread as SOLVED.

    Pete

  5. #5
    Registered User
    Join Date
    11-14-2019
    Location
    US
    MS-Off Ver
    2019
    Posts
    3

    Re: Is there an =IF function for something like this...?

    Ok, thanks again!
    I added reputation and marked as solved.

+ 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. COUNTUNIQUE Function in Google Sheets; Excel lacks a direct counterpart to this function?
    By PivotTablePSHomage in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-18-2018, 05:27 AM
  2. Replies: 3
    Last Post: 08-14-2017, 06:26 AM
  3. Calling function inside function. (aka nested function)
    By jakopak in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-02-2015, 05:58 AM
  4. VBA code for custom function that returns detail results of array function
    By onechipshot in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-10-2015, 06:30 PM
  5. Replies: 13
    Last Post: 04-08-2014, 05:46 AM
  6. Replies: 1
    Last Post: 03-21-2012, 11:22 AM
  7. [SOLVED] Excel - User Defined Function Error: This function takes no argume
    By BruceInCalgary in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-18-2006, 04:05 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