DBaker7777
Board Regular
- Joined
- Feb 3, 2009
- Messages
- 53
- Office Version
- 365
- 2016
I have an excel sheet the retrieves data from a Sharepoint site. When the data is refreshed and new data populated the target range in my formula updates and the result I get is N/A. The formula I have is =Sumproduct((Results!$A$2:$A$500=C2)*(Results!$G$2:$P$500<>"")). Like I said as soon as a new row of data populates in the Results tab the formula the front part of the formula changes to $A$2:$A$501. How can I prevent that?