I have tried iterations of lookup, index and match to no avail.
Column header j is from 1 to 31 then f is from 32 to 59 then m is 60 to 90 and a is from 91 to 120 etc (others are not displayed, you can guess that they are months)
A random d100 number is generated such as 32 and this would fall in the range 32 to 59 which is column header f.
The second row d100 of 77 is in the range 56 to 90 which is column header m
So what is the formula to get the result?
Thanks in advance,
Pete
Column header j is from 1 to 31 then f is from 32 to 59 then m is 60 to 90 and a is from 91 to 120 etc (others are not displayed, you can guess that they are months)
A random d100 number is generated such as 32 and this would fall in the range 32 to 59 which is column header f.
The second row d100 of 77 is in the range 56 to 90 which is column header m
So what is the formula to get the result?
Thanks in advance,
Pete
Pl# | j | f | m | a | d100 | result |
1 | 31 | 59 | 90 | 120 | 32 | f |
2 | 25 | 55 | 90 | 120 | 77 | m |