View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Excel Functions- Product Array

I don't see anything wrong. The data may not be what you expect.
I would highlight the cell that you are getting the wrong answer.

Then try on the Tools Menu
Formula Auditing - Evaluate formula

" wrote:

Does anyone know how to write the same formula but with one small
change:

Here is the original formula:


=PRODUCT(1+OFFSET($G530,0,3*(1-COLUMNS($FT530:FT530)),1,3))+1

Instead of (1+h530)*(1+I530)*(1+J530)-1

I want: -(1-h530)*(1-i530)*(1-J530)+1

I tried the following but did not work

1-PRODUCT(1-OFFSET($G530,0,3*(1-COLUMNS($FT530:FT530)),1,3))