P
pikapika13
I have a workbook with 13 worksheets: labeled January-December, and on
more worksheet that is linked to a particular month (to get a
overview). An exmaple of this formula from that overview workshee
looks like this:
=IF(NOT(ISERROR(INDEX(June!$B$2:$L$418,MATCH($A3,June!$G$2:$G$364,0),4))),INDEX(June!$B$2:$L$418,MATCH($A3,June!$G$2:$G$364,0),4),"")&IF($K3=0,"No
Found","")
The function of this formula is not important, but as you can see...it
a big hassle for me to change June to July. Currently I am doin
"Control H" to replace "june" to "july".
Is there an easy way where I can use one cell to input the particula
month and it will change "june" to "july" in my formulas without VBS
more worksheet that is linked to a particular month (to get a
overview). An exmaple of this formula from that overview workshee
looks like this:
=IF(NOT(ISERROR(INDEX(June!$B$2:$L$418,MATCH($A3,June!$G$2:$G$364,0),4))),INDEX(June!$B$2:$L$418,MATCH($A3,June!$G$2:$G$364,0),4),"")&IF($K3=0,"No
Found","")
The function of this formula is not important, but as you can see...it
a big hassle for me to change June to July. Currently I am doin
"Control H" to replace "june" to "july".
Is there an easy way where I can use one cell to input the particula
month and it will change "june" to "july" in my formulas without VBS