+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Adding Rounding to End of Existing Formula

  1. #1
    Registered User
    Join Date
    04-04-2004
    Posts
    2

    Adding Rounding to End of Existing Formula

    I have a formula that is pulling data from other tabs and it works fine. I want to be able to round the result.

    This is the formula that I am using to pull data from other tabs:

    =((INDEX(SCHRS!B:B,(MATCH($A:$A,SCHRS!$A:$A,0)))))/$AF2

    This is what I am trying to do by adding to the end of the formula:

    If the result value is greater than 1.00 then round down to 1.00.
    If the result value is less than 1.00 it should remain what it is and not change.

    I have tried using ROUND and IF formulas but can't find anything to add to the end of the formula to make this work. I would appreciate any help you can provide please. Thank you.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Adding Rounding to End of Existing Formula

    =min(1, index(schrs!b:b, match($a:$a, schrs!$a:$a, 0)) / $af2 )
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    04-04-2004
    Posts
    2

    Re: Adding Rounding to End of Existing Formula

    That worked great! I appreciate your help. Thank you very much.

+ 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