+ Reply to Thread
Results 1 to 3 of 3

Array Question

  1. #1
    Registered User
    Join Date
    10-28-2009
    Location
    Amsterdam
    MS-Off Ver
    Excel 2003
    Posts
    5

    Question Array Question

    Hi everybody,

    I am currently working on a file where I have 2 periods (forecast period and actual period) divided in 4 quarters. In each of these quarters, I know the amount of customers, price per product and products per customers (in this case, the product is apple). With this information, I can calculate the revenues (customers * price per product * product per customer).

    However, I want to see the revenue difference in both periods (actual compared to forecast) without calculating this every quarter. I have attached an example of my problem.

    I have some difficulties with this, because I can not calculate the average of customers / rate / usage. I think this can be done with an array function, but I don't know how to use this.

    Can you help me out please?

    Thank you in advance!

    Regards,
    Gertjan
    Attached Files Attached Files
    Last edited by Osing000; 10-28-2009 at 08:30 AM. Reason: Solved query.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Array Question

    You've transposed the digits in your result value I believe ie should be 3045 rather than 4035 ? In which case perhaps:

    =SUMPRODUCT(((C9:F9)*(C10:F10)*(C11:F11))-((C3:F3)*(C4:F4)*(C5:F5)))

  3. #3
    Registered User
    Join Date
    10-28-2009
    Location
    Amsterdam
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Array Question

    Thanks, very helpful!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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