David_9627
New Member
- Joined
- Aug 1, 2022
- Messages
- 5
- Office Version
- 365
- Platform
- Windows
Hello,
Simple question.... Can I use a column Name (Status), instead of it's alphanumeric reference (L:L) ?
I'm using Spiceworks as my Helpdesk Ticketing service for Users to log their helpdesk requests. Using the Reports function in Spiceworks I can export ticket details as XLXS files containing columns of information that I can then sort and reference to create a useful pie chart showing number of ticket opened, number of tickets closed. etc. to show to Management.
I export the data from Spiceworks and create a spreadsheet named Last_Month, which I then use to build the pie chart and other reported information.
Example here....
=COUNTIF(Last_Month!L:L, "Closed")
Column L in this case is a column named Status.
In this example it counts the number of tickets in a Closed status.
Management have asked me to capture some additional information for the monthly reports. Currently I have to go in and change each of the existing formulas to adjust for the shift in the column reference.
In this case column L is no longer my ticket status information, so I have to go in, find the correct column and update the formula - =COUNTIF(Last_Month!**NEW_COLUMN**:**NEW_COLUMN**, "Closed")
A time consuming pain in the @rse.
Is there a way for me to use COUNTIF and the column name "Status" rather than L:L (or whatever it changes to)?
Additionally, can this same principle be used to Sort a column by referencing the column name within a VBA Macro?
Any guidance or a solution would be greatly appreciated.
Regards,
David
Simple question.... Can I use a column Name (Status), instead of it's alphanumeric reference (L:L) ?
I'm using Spiceworks as my Helpdesk Ticketing service for Users to log their helpdesk requests. Using the Reports function in Spiceworks I can export ticket details as XLXS files containing columns of information that I can then sort and reference to create a useful pie chart showing number of ticket opened, number of tickets closed. etc. to show to Management.
I export the data from Spiceworks and create a spreadsheet named Last_Month, which I then use to build the pie chart and other reported information.
Example here....
=COUNTIF(Last_Month!L:L, "Closed")
Column L in this case is a column named Status.
In this example it counts the number of tickets in a Closed status.
Management have asked me to capture some additional information for the monthly reports. Currently I have to go in and change each of the existing formulas to adjust for the shift in the column reference.
In this case column L is no longer my ticket status information, so I have to go in, find the correct column and update the formula - =COUNTIF(Last_Month!**NEW_COLUMN**:**NEW_COLUMN**, "Closed")
A time consuming pain in the @rse.
Is there a way for me to use COUNTIF and the column name "Status" rather than L:L (or whatever it changes to)?
Additionally, can this same principle be used to Sort a column by referencing the column name within a VBA Macro?
Any guidance or a solution would be greatly appreciated.
Regards,
David