Hello,
I am trying to automate, through an Excel formula, the ability to automatically deduct an amount based on another column.
TIA!
JayB
I am trying to automate, through an Excel formula, the ability to automatically deduct an amount based on another column.
- I have a date that determines the month in A1. Let's assume it is 8/1/2023 to represent the month of September.
- In B1, I have the amount of $236.
- In cell C1, I am trying to write a formula that considers the following:
- Calculate an appropriate multiplier based on Today() = the month's end date listed in A1 (i.e., 8/31). For example, 8/31 = 1, 9/30 = 2, 10/31= 3, 11/30 = 4, 12/31=5, 1/31 =6
- Additionally, we would want to split B1 into 6 to get = 39.33
- Multiply this amount by each multiplier so that we get the following results: End of August = 39.33 (multiplier = 1), End of September = 78.67 (multiplier = 2) ... through End of January = $236
- End of February - End of July = multiplier of 0.
TIA!
JayB