Hi,
I am having trouble with my formula that give me #VALUE
=INDEX(Budgets!B:Q,BA2,MATCH(IF(MONTH(TODAY()) < 7,YEAR(TODAY()),YEAR(TODAY())+1),Budgets!E10:Q10)+3,Budgets!E:Q)
What I am trying to do is to find a value on another sheets based on an ID, which will give me the row (Budgets!B:Q,BA2) and another criteria based on a fiscal year (IF(MONTH(TODAY()) < 7,YEAR(TODAY()),YEAR(TODAY())+1))
the match formula give me the proper column number if run by itself if as is but if I replace
Budgets!E10:Q10 by Budgets!E:Q I get #N/A so I have to stay with what works unless there is a better solution for the match()
Something is missing and I do not know why, I have been away from Excel way to long...
Thanks
Al
I am having trouble with my formula that give me #VALUE
=INDEX(Budgets!B:Q,BA2,MATCH(IF(MONTH(TODAY()) < 7,YEAR(TODAY()),YEAR(TODAY())+1),Budgets!E10:Q10)+3,Budgets!E:Q)
What I am trying to do is to find a value on another sheets based on an ID, which will give me the row (Budgets!B:Q,BA2) and another criteria based on a fiscal year (IF(MONTH(TODAY()) < 7,YEAR(TODAY()),YEAR(TODAY())+1))
the match formula give me the proper column number if run by itself if as is but if I replace
Budgets!E10:Q10 by Budgets!E:Q I get #N/A so I have to stay with what works unless there is a better solution for the match()
Something is missing and I do not know why, I have been away from Excel way to long...
Thanks
Al