Johnny Thunder
Well-known Member
- Joined
- Apr 9, 2010
- Messages
- 693
- Office Version
- 2016
- Platform
- MacOS
Hello All,
I am in need of some help with a hard IF/AND Statement with multiple variables
My current Formula:
=IF(T$4=$J9-1,$Q9*0.3,IF(T$4=$J9,$Q9*0.5,IF(T$4=$J9+1,$Q9*0.1,"")))
Definitions
T$4 = is my header date (Formula is dragged left to right in the same row
$J9 = My Starting Date, all the subsequent uses of J9's date have a plus 1 or negative one. So if my J9's start date is Nov-19 and I use -1 I would expect the formula to see Oct-19.
$Q9 = $Amount
*0.3 or 30% = Is the variable I would like to use for -1
*0.5 or 50% = Is the variable I would like to use for StartDate
*0.1 or 10% = Is the variable I would like to use for +1
I thought the formula I wrote would work but no dice. Any ideas would help and unfortunately I can't use VBA in this case.Also, a non-array formula would be best for the users I am writing this workbook for.
Thanks in advance.
I am in need of some help with a hard IF/AND Statement with multiple variables
My current Formula:
=IF(T$4=$J9-1,$Q9*0.3,IF(T$4=$J9,$Q9*0.5,IF(T$4=$J9+1,$Q9*0.1,"")))
Definitions
T$4 = is my header date (Formula is dragged left to right in the same row
$J9 = My Starting Date, all the subsequent uses of J9's date have a plus 1 or negative one. So if my J9's start date is Nov-19 and I use -1 I would expect the formula to see Oct-19.
$Q9 = $Amount
*0.3 or 30% = Is the variable I would like to use for -1
*0.5 or 50% = Is the variable I would like to use for StartDate
*0.1 or 10% = Is the variable I would like to use for +1
I thought the formula I wrote would work but no dice. Any ideas would help and unfortunately I can't use VBA in this case.Also, a non-array formula would be best for the users I am writing this workbook for.
Thanks in advance.