Hi,
Working on an advanced Dynamic Formula where selections on the sheet drive the formula results where we have several different criteria driving different selections.
[Type] a selection would be either "A" or "B" AND [Milestone] selection is driving a Reference column to indicate the YEAR (ex. Milestone 1 = FY23, Milestone 2 = FY24)
If [TYPE] = A and [Milestone] = "Milestone 1" Then enter [FY23Rate]#
If [TYPE] = A and [Milestone] = "Milestone 2" Then enter [FY24Rate]#
If [TYPE] = B and [Milestone] = "Milestone 1" Then enter [FY23RateB]#
[TYPE] = B and [Milestone] = "Milestone 1" Then enter [FY24RateB]#
So essentially my question is how do i write the formula so that it will use both of the two selections to factor into the result?