nniedzielski
Well-known Member
- Joined
- Jan 8, 2016
- Messages
- 598
- Office Version
- 2019
- Platform
- Windows
I have this formula
It is looking at an implementation date in column P, and if it matches the Month in Column T, then it calculates the monthly savings in column Q. The issue is, I keep having to change the Range as I add rows monthly, right now it goes down to P40. If i set it to like P50 to give myself ten rows of play, the formula goes #N/A. How can i adjust this formula to where i dont have to keep tinkering with it?
As always, thank you so much!!
Excel Formula:
=SUM(IF(MONTH($P$4:$P$40)=MONTH($T4), $Q$4:$Q$40, 0))
It is looking at an implementation date in column P, and if it matches the Month in Column T, then it calculates the monthly savings in column Q. The issue is, I keep having to change the Range as I add rows monthly, right now it goes down to P40. If i set it to like P50 to give myself ten rows of play, the formula goes #N/A. How can i adjust this formula to where i dont have to keep tinkering with it?
As always, thank you so much!!