I am currently using this formula:
=ROUNDUP('Number of Golfers'!$C$7*'Food & Beverage'!J5,0)
and it works well however I want to set it up so that I can easily show results based on a specific month I may want to review. Number of Golfers'!$C$7 refers to the month of May. Number of Golfers'!$E$7 would refer to the month of June, Number of Golfers'!$G$7 would refer to the month of July and so on.
Is there a way I can enter the month in a cell, lets say in U2 I had a drop down menu where people could select the month they want to review, lets say they select July and this formula =ROUNDUP('Number of Golfers'!$C$7*'Food & Beverage'!J5,0) would modify to =ROUNDUP('Number of Golfers'!$G$7*'Food & Beverage'!J5,0)?
I'm only showing the formula from one cell but there are numerous cells with similar formulas that would use the same concept.
Thanks in advance
=ROUNDUP('Number of Golfers'!$C$7*'Food & Beverage'!J5,0)
and it works well however I want to set it up so that I can easily show results based on a specific month I may want to review. Number of Golfers'!$C$7 refers to the month of May. Number of Golfers'!$E$7 would refer to the month of June, Number of Golfers'!$G$7 would refer to the month of July and so on.
Is there a way I can enter the month in a cell, lets say in U2 I had a drop down menu where people could select the month they want to review, lets say they select July and this formula =ROUNDUP('Number of Golfers'!$C$7*'Food & Beverage'!J5,0) would modify to =ROUNDUP('Number of Golfers'!$G$7*'Food & Beverage'!J5,0)?
I'm only showing the formula from one cell but there are numerous cells with similar formulas that would use the same concept.
Thanks in advance