Skip to main content
Justin Barnes ha preguntado en #Invoices

I have an excel file used to store department metrics.  The rows are the department name and metric.  The columns are days of the month and that metric's value.  I'm running into trouble trying to use the excel as a datasource.  It will not recognize that the column headers are dates and the metric values are associated to that date.  For example, I'm trying to pull the last three months worth of metrics.  Since it is not recognizing the header as an actual date field, I cannot figure out how to pull the last three months worth of data.  Any ideas?

 

Here's an example if it helps:

Department Name (column A)   Metric (column B)          1/31/2016 (column C)     2/28/2016 (Column D) ... etc

Accounts Payable                     #Invoices Processed     12,687                            13,955

1 respuesta
  1. 17 nov 2016, 18:59

    Make the date columns into a single date column.

     

    So the column would be date and it would look like this:

     

    Make the date columns into a single date column. So the column would be date and it would look like this: Perhaps look into

     

    Perhaps look into "Pivoting" your data.

     

    PS: if Metric is supposed to be invoices processed then just make "Invoices processed" your header for the "Value" Column

0/9000