AlInVegas2
New Member
- Joined
- Jun 19, 2019
- Messages
- 25
In one cell, I'm trying to get a product if from the array below. If I enter a date of 7/1/23, the result is the product of the Factor column for all dates that are less than or equal to the date entered.
In the case of 7/1/23, the result would be 1*7*3 or 21. In the case of 1/1/24, it would be 1*7*3*9 or 189.... attempting to use SumProduct( or Product(if commands with little success.
In the case of 7/1/23, the result would be 1*7*3 or 21. In the case of 1/1/24, it would be 1*7*3*9 or 189.... attempting to use SumProduct( or Product(if commands with little success.
Date | Factor |
09/01/2020 | 1 |
12/11/2021 | 7 |
06/04/2022 | 3 |
07/03/2023 | 9 |
01/02/2024 | 4 |
10/15/2024 | 6 |