I have created a range name Disc and used the formula below for the range name
The data on sheet "TB" is imported and the rows can change when new data is added
I would like to know how to set up my range name formula so that the data pertaining to my range name "Disc" always sums the correct range
Code:
=sum(TB!$F$501:$F$502)
The data on sheet "TB" is imported and the rows can change when new data is added
I would like to know how to set up my range name formula so that the data pertaining to my range name "Disc" always sums the correct range