B
benonibriggs1978
Hi,
Was wondering if anyone might be able to help me. I have the following
formula set up
=IIf([Month]="April",[April FY06],IIf([Month]="May",[May
FY06],IIf([Month]="June",[June FY06],IIf([Month]="July",[July
FY06],IIf([Month]="August",[August FY06],IIf([Month]="September",
[September FY06],IIf([Month]="October",[October
FY06],IIf([Month]="November",[November FY06],IIf([Month]="December",
[December FY06])))))))))
Basically what this formula is saying is if a particular month is
selected in the [Month] field, then it should show the results in the
[April FY06] field and so on. The problem here is my table is updated
up to the end of August and does not perform any calculation because
there isn't any data from September to DecemberIt brings up an error
message (#Name). If I leave the formula up to August, like this
=IIf([Month]="April",[April FY06],IIf([Month]="May",[May
FY06],IIf([Month]="June",[June FY06],IIf([Month]="July",[July
FY06],IIf([Month]="August",[August FY06]))))), then the formula works
because the data up to August is available.
The only way for me to do this is by changing the formula each time a
new month is uploaded onto my table. I don't really want to do this
and hoping there is some other way of doing this.
Thanks very much
Was wondering if anyone might be able to help me. I have the following
formula set up
=IIf([Month]="April",[April FY06],IIf([Month]="May",[May
FY06],IIf([Month]="June",[June FY06],IIf([Month]="July",[July
FY06],IIf([Month]="August",[August FY06],IIf([Month]="September",
[September FY06],IIf([Month]="October",[October
FY06],IIf([Month]="November",[November FY06],IIf([Month]="December",
[December FY06])))))))))
Basically what this formula is saying is if a particular month is
selected in the [Month] field, then it should show the results in the
[April FY06] field and so on. The problem here is my table is updated
up to the end of August and does not perform any calculation because
there isn't any data from September to DecemberIt brings up an error
message (#Name). If I leave the formula up to August, like this
=IIf([Month]="April",[April FY06],IIf([Month]="May",[May
FY06],IIf([Month]="June",[June FY06],IIf([Month]="July",[July
FY06],IIf([Month]="August",[August FY06]))))), then the formula works
because the data up to August is available.
The only way for me to do this is by changing the formula each time a
new month is uploaded onto my table. I don't really want to do this
and hoping there is some other way of doing this.
Thanks very much