+ Reply to Thread
Results 1 to 5 of 5

Combining Lookup and ROUNDUP function

  1. #1
    Registered User
    Join Date
    07-22-2016
    Location
    UK
    MS-Off Ver
    2007
    Posts
    57

    Combining Lookup and ROUNDUP function

    Just wondering if its possible to round up a figure returned from a VLOOKUP?

    Here is my current formula which returns a financial amount...

    =IFERROR(VLOOKUP($B5,'010115 - 311215'!$A$2:$R$2542,12,FALSE), "")

    I thought I might be able to do the following, but it doesn't seem to work...

    =IFERROR(VLOOKUP($B5,'010115 - 311215'!$A$2:$R$2542,12,FALSE), "", ROUNDUP)

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,199

    Re: Combining Lookup and ROUNDUP function

    try

    =IFERROR(ROUNDUP(VLOOKUP($B5,'010115 - 311215'!$A$2:$R$2542,12,FALSE),0), "")

  3. #3
    Registered User
    Join Date
    07-22-2016
    Location
    UK
    MS-Off Ver
    2007
    Posts
    57

    Re: Combining Lookup and ROUNDUP function

    Quote Originally Posted by JohnTopley View Post
    try

    =IFERROR(ROUNDUP(VLOOKUP($B5,'010115 - 311215'!$A$2:$R$2542,12,FALSE),0), "")
    Perfect. Thank you!

    Just for future reference could you explain what the ,0) represents after FALSE?

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,199

    Re: Combining Lookup and ROUNDUP function

    0 is a parameter of ROUNDUP and is the number of digits to which you want to round.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  5. #5
    Registered User
    Join Date
    07-22-2016
    Location
    UK
    MS-Off Ver
    2007
    Posts
    57

    Re: Combining Lookup and ROUNDUP function

    Thank you that's great.

    RESOLVED

+ 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. Combining ROUNDUP function with IF function
    By VDENNIS in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-18-2015, 02:48 PM
  2. Combining a IF function and lookup function
    By Trottlips in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-08-2014, 05:34 PM
  3. [SOLVED] ROUNDUP function nested in IF function--Having problems!
    By whitequeen11 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-08-2014, 04:32 PM
  4. [SOLVED] Lookup function for table, 2 Entries, Drop Down Menu and Roundup
    By st1x80 in forum Excel General
    Replies: 25
    Last Post: 07-10-2012, 08:36 PM
  5. Combining MAX, ROUNDUP & IF for the same cell
    By babydee0413 in forum Excel General
    Replies: 7
    Last Post: 02-22-2010, 03:13 PM
  6. Lookup/Roundup/Next Size Formula?
    By Zip_Log in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-04-2007, 05:44 PM
  7. combining 2 formulas markup roundup
    By bens993 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-22-2007, 06:20 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