+ Reply to Thread
Results 1 to 3 of 3

Conditional PRODUCT Function

  1. #1
    Forum Contributor
    Join Date
    02-08-2005
    MS-Off Ver
    Microsoft 365
    Posts
    810

    Conditional PRODUCT Function

    Hi,

    I have data arranged with dates in column A and associated values in column B.

    Can someone please suggest a formula to compound the values in column B between two dates (specified in C1 and D1) by amending the following function:

    {=(PRODUCT(1+B1:B30/100)-1)*100}

    Thanks!

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Conditional PRODUCT Function

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Conditional PRODUCT Function

    Try..

    =(PRODUCT(1+IF((A1:A30<=H1)*(A1:A30>=H2),B1:B30,0)/100)-1)*100

    Where H1 is lower range of date and H2 is upper range of date

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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. [SOLVED] Conditional PRODUCT Function
    By andrewc in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-22-2013, 02:32 AM
  2. [SOLVED] Need Function that will find ordered product, and display the product code in a 2nd workbk
    By rollerden in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-21-2012, 08:52 AM
  3. Conditional PRODUCT function formula
    By andrewc in forum Excel General
    Replies: 2
    Last Post: 10-01-2009, 12:10 PM
  4. Conditional product of sum
    By bdb1974 in forum Excel General
    Replies: 4
    Last Post: 03-03-2009, 07:07 PM
  5. [SOLVED] Conditional Sum Product
    By Ben010 in forum Excel General
    Replies: 12
    Last Post: 06-15-2006, 01:30 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