+ Reply to Thread
Results 1 to 2 of 2

Percentage function needed

  1. #1
    Registered User
    Join Date
    05-02-2006
    Posts
    1

    Percentage function needed

    I have an array of numbers (subset below). I would like a formula that would tell me what percentage of the total of this array each of the numbers are.

    359.45 (i.e. 11%)
    348.90 11%
    12.10 2%
    11.30
    319.75
    320.35
    166.50
    11.30
    241.70

  2. #2
    Bondi
    Guest

    Re: Percentage function needed

    Hi scyce,

    Asuming your data starts in A1 you could put this in to B2 and drag
    down:

    =A1/SUM(A$1:$A$9)

    Regards,
    Bondi


+ 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