[TABLE="width: 500"]
<tbody>[TR]
[TD]Acct[/TD]
[TD]Name[/TD]
[TD]Return[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
</tbody>[/TABLE]
I have a long list I'm trying to apply this formula too but cannot figure it out. I need to multiply the records in the Return column based on the Acct. I was able to use {=PRODUCT((E952:E963/100)+1)} on just the Return column to get the number I want. How can I take that formula, or similar formula, and apply the criteria of the account number? My data contains ~1000 rows and each client has 12 months so I need a formula I can drag down that will multiply the cells but only for a specific account #.
<tbody>[TR]
[TD]Acct[/TD]
[TD]Name[/TD]
[TD]Return[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]John[/TD]
[TD].25[/TD]
[/TR]
</tbody>[/TABLE]
I have a long list I'm trying to apply this formula too but cannot figure it out. I need to multiply the records in the Return column based on the Acct. I was able to use {=PRODUCT((E952:E963/100)+1)} on just the Return column to get the number I want. How can I take that formula, or similar formula, and apply the criteria of the account number? My data contains ~1000 rows and each client has 12 months so I need a formula I can drag down that will multiply the cells but only for a specific account #.