HelpMeWithExcelPlease
New Member
- Joined
- Jul 27, 2017
- Messages
- 24
Hi all,
Hoping someone can answer this question for me. I have a dashboard on one tab and a raw data sheet on the other. The dashboard has COUNTIFS() formulas pulling data from the raw data sheet, but my issue arises from when I add rows to raw data sheet and the COUNTIFS() do not include these new rows. How can I rewrite my COUNTIFS() formula to automatically recalculate whenever I add in new rows to the raw data sheet?
For Example:
If I have data in rows 2-5 and my formula is as follows:
=COUNTIFS($A$2:$A$5,"Yes",$B$2:$B$5,"Blue")+COUNTIFS($A$2:$A$5,"Yes",$C$2:$C$5,"Green")+COUNTIFS($A$2:$A$5,"Yes",$D$2:$D$5,"Yellow")
When I add in data to row 6 how will I make it so that my COUNTIFS() function will include that data in the count as well?
Hoping someone can answer this question for me. I have a dashboard on one tab and a raw data sheet on the other. The dashboard has COUNTIFS() formulas pulling data from the raw data sheet, but my issue arises from when I add rows to raw data sheet and the COUNTIFS() do not include these new rows. How can I rewrite my COUNTIFS() formula to automatically recalculate whenever I add in new rows to the raw data sheet?
For Example:
If I have data in rows 2-5 and my formula is as follows:
=COUNTIFS($A$2:$A$5,"Yes",$B$2:$B$5,"Blue")+COUNTIFS($A$2:$A$5,"Yes",$C$2:$C$5,"Green")+COUNTIFS($A$2:$A$5,"Yes",$D$2:$D$5,"Yellow")
When I add in data to row 6 how will I make it so that my COUNTIFS() function will include that data in the count as well?