How do I create the Pivot Tables using UiPath Studio (Not Studio X) which includes all the allocated amounts (Column W in Concur Data) and finds a grand sum of each month. The month sheets are dependent on the individuals Report ID, Name, and Date. Here is the excel sheet below. Thank you!
If you have to create Pivot Tables, Maybe you can invoke Excel VBA.
Or you can find unique item in ColumnA first.
Second, sum row(“Allocated Expense Amount”) if row(“Billing Period”).toString = each unique item. Then you can get your answer.