Hello ~ I'm trying to write a VBA statement to do a SUMIF calculation on previous worksheet's columns. If I entered it into a cell it would look like:
=SUMIF('prevsheetname'!$X:$X,$K:$K,'prevsheetname'!$D:$D)
I'm new at VBA and need help with the syntax for the apostrophes and ampersand symbols, please! Any help will be appreciated, thank you.
=SUMIF('prevsheetname'!$X:$X,$K:$K,'prevsheetname'!$D:$D)
I'm new at VBA and need help with the syntax for the apostrophes and ampersand symbols, please! Any help will be appreciated, thank you.