Hi I use this formula below, but my issue I am having is I use this in my macro I run which shifts the sheet called Pay!. What happens the $AY below in red changes to like Z Or anything Less then AY. Is there a way to lock the AY cell so it wont change at all? Even with $AY it changes so wanted to see if there is a way for it not to change.
=IFERROR(VLOOKUP($C$6:$C$248,Pay!$D$2:$AY$93,2,0),"")+IFERROR(VLOOKUP($C$6:$C$248,Pay!$D$2:$AY$93,4,0),"")
=IFERROR(VLOOKUP($C$6:$C$248,Pay!$D$2:$AY$93,2,0),"")+IFERROR(VLOOKUP($C$6:$C$248,Pay!$D$2:$AY$93,4,0),"")