Hi All,
Looking for some help on what I feel like you be a very simply formula, that I am over complicating.
We track revenue by program throughout the year (contracted rev, delivered rev, billable rev, for Jan - Dec) For our dashboards I am trying to have one column for "this month's contracted rev", "This month's delivered rev" etc, that changes based on a date reference so that each time the month changes I don't have to update dashboard to the current month, it will just pull in automatically.
Below is my unsuccessful attempt at this, so I am hoping someone has some advice to help us out.
=IF({This Month Number} = 1, [Jan Billable Rev USD]@row), IF({This Month Number} = 2, [Feb Billable Rev USD]@row), IF({This Month Number} = 3, [March Billable Rev USD]@row), IF({This Month Number} = 4, [April Billable Rev USD]@row), IF({This Month Number} = 5, [May Billable Rev USD]@row), IF({This Month Number} = 6, [June Billable Rev USD]@row), IF({This Month Number} = 7, [July Billable Rev USD]@row), IF({This Month Number} = 8, [Aug Billable Rev USD]@row), IF({This Month Number} = 9, [Sept Billable Rev USD]@row), IF({This Month Number} = 10, [Oct Billable Rev USD]@row), IF({This Month Number} = 11, [Nov Billable Rev USD]@row), IF({This Month Number} = 12, [Dec Billable Rev USD]@row)