Good morning,
When I create a formula and want to hold the range I just put $ signs around the range to hold it however I'm unable to do this if I'm using a data range, how do you hold the data range column for dragging?
Example I want to hold the column
Table_Query_from_csolve[FullName]
from the code below but I'm unable to do so which means when I drag the formula across it gives me the next column in the data source table instead of Fullname which is what I need.
=IF($Z$2>=1,SUMPRODUCT((Table_Query_from_csolve[FullName]=Production!A23)*(Table_Query_from_csolve[MonthNum]=$B$5)*(Table_Query_from_csolve[Count])),"")
Thanks in advance
DJ
Bookmarks