+ Reply to Thread
Results 1 to 2 of 2

Nesting a ROUNDDOWN Function

Hybrid View

  1. #1
    Registered User
    Join Date
    04-20-2012
    Location
    Saint Paul, Minnesota
    MS-Off Ver
    Excel 2010
    Posts
    52

    Nesting a ROUNDDOWN Function

    I'm trying to figure out how to nest a ROUNDDOWN function in the following formula:

    =IF(E29=0,"",1&":"&AVERAGE(E29,J29,O29,T29,Y29,AD29,AI29))

    The string of AVERAGE numbers is the portion that needs rounding. Any ideas?

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,043

    Re: Nesting a ROUNDDOWN Function

    Like:

    =IF(E29=0,"",1&":"&INT(AVERAGE(E29,J29,O29,T29,Y29,AD29,AI29)))
    Never use Merged Cells in Excel

+ 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