+ Reply to Thread
Results 1 to 4 of 4

Quarterly Multiplication

  1. #1
    Forum Contributor
    Join Date
    11-17-2004
    MS-Off Ver
    Office 2016
    Posts
    527

    Quarterly Multiplication

    I have a 10 year table broken out by month and I'm trying to perform a calculation that should only occur at the beginning of each quarter. In addition, the amount to multiply should be 100$ in the 1st quarter, 75% in the second, 50% in the third and 25% in the fourth.

    I have attached an example worksheet showing just the first two years of the results I get (without the prorate) and also shows what the expected result should be. I prefer not to use a bunch of nested IF statements since I may need to get to a more granular level at some point where I'd need to do this on a monthly calculation.
    Attached Files Attached Files

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: Quarterly Multiplication

    Try in G4 then drag accross:
    Please Login or Register  to view this content.
    Quang PT

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Quarterly Multiplication

    G4=IF(MOD(G2,3)=1,INDEX($B$2:$E$11,MATCH(G$1,$A$2:$A$11,0),MATCH(G$3,$B$1:$E$1,0))*INDEX($B$14:$B$17,CEILING(G$2/3,1)),"")
    Try this and copy towards right
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Contributor
    Join Date
    11-17-2004
    MS-Off Ver
    Office 2016
    Posts
    527

    Re: Quarterly Multiplication

    Thank you both for these solutions, both worked.

    Bebo, this was exactly what I needed and although the NFLSales solution also worked, I did not intend that the price table be used, that was meant to calculate the values I expected, but I failed to make that point clear, but with the extra table the solution was also workable.

+ 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. IF/or with multiplication
    By BoudeyCall in forum Excel General
    Replies: 8
    Last Post: 02-03-2017, 03:01 PM
  2. quarterly performance
    By wjw0599 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-18-2015, 06:12 PM
  3. Multiplication
    By kmarie630 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-25-2009, 03:59 PM
  4. Help with multiplication
    By GatorRaucous in forum Excel General
    Replies: 3
    Last Post: 02-07-2009, 04:44 PM
  5. Quarterly Sum
    By bobalew in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-21-2008, 12:15 PM
  6. multiplication
    By cevahir in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-24-2007, 06:37 PM
  7. [SOLVED] multiplication
    By gem in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-14-2006, 03:55 AM

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