vincentharris
Programmer
I have a spreadhseet with two tabs. One tab has all of the details. The second tab has a summary of the first tab. I have a formula as follows:=COUNTIF('DETAILED LIST'!$M:$M,"Ticket_"&TEXT(SUMMARY!$A7,"MM/DD/YYYY"))
This formula is counting and summarizing TICKET that is listed on the first tab. Now other options have been added like PROJECT, IMAC and BREAK/FIX. How do I included those new options in my current formula; :=COUNTIF('DETAILED LIST'!$M:$M,"Ticket_"&TEXT(SUMMARY!$A7,"MM/DD/YYYY"))
That will sum up on TICKETS, BREAK/FIX, IMAC and PROJECT?
This formula is counting and summarizing TICKET that is listed on the first tab. Now other options have been added like PROJECT, IMAC and BREAK/FIX. How do I included those new options in my current formula; :=COUNTIF('DETAILED LIST'!$M:$M,"Ticket_"&TEXT(SUMMARY!$A7,"MM/DD/YYYY"))
That will sum up on TICKETS, BREAK/FIX, IMAC and PROJECT?