Forum Discussion
Kenneth Ulrich
Sep 19, 2018Copper Contributor
Excel Formula misreading Input [SOLVED]
Hi All, I am using the following formula to keep track of how many tickets I work a day. The issue is that, I have multiple tables on the same spreadsheet, and it is counting the "Columns",...
- Sep 20, 2018
google the function COUNTIFS - maybe this can help...
Kenneth Ulrich
Sep 20, 2018Copper Contributor
Hi Lorenzo,
I tried that.
="Count of Oldest Tickets Below:"&COUNTIF(C6:C296, "<>Account")
And the ticket count came to 291, I mainly just need C5, C34, C43 exempted from the formula. Maybe I could try to exclude those cells in the formula?
Lorenzo Kim
Sep 20, 2018Bronze Contributor
google the function COUNTIFS - maybe this can help...
- Kenneth UlrichSep 24, 2018Copper ContributorThank you.
I actually just did ="Count of Oldest Tickets Below:"&COUNTIF(C6:C297, "<>")-2 and it's giving the proper readout now.- Lorenzo KimSep 24, 2018Bronze Contributor
glad it helped..