Hi All,
I think I'm being a bit thick today and require some help. I have the following code in a macro:
Instead of the part with:![]()
Range("E18").Formula = "=SUMPRODUCT(--(RESULTS_CD!$AL$3:$AL$51&"" ""&RESULTS_CD!$AK$3:$AK$51=$E$4&"" ""&$B5))"
RESULTS_CD!$AL$3:$AL$51
I want to use something along the lines of:
RESULTS_CD!$AL$3:$AL$ & LastRow &
LastRow has already been figured out earlier in the code.
Can anyone show me the full line of code with the & LastRow added?
Thanks
dvent
Bookmarks