I would like to dynamically changing the following Function range in VBA coding
"=SUMIF('ISA Master Sheet'!$K$7:$K$198,A8,'ISA Master Sheet'!$AO$7:$AO$198)"
In Function $K$198 and $AO$198 will be changed while the source('ISA Master Sheet') will have more rows. Right now source has 198 rows. If it grows how can I use the function through VBA coding ?
Can anyone please help ?
Thanks in advance.