December 29, 2022
Hello Everyone,
I've read through several posts in an effort to remedy the issue I'm having with no luck. Essentially, following the instructions Mynda posted related to the Interactive Finance dashboard, I've attempted to replace/duplicate the Transactions page with my information, as well as changed the Data Validation entries to items more fitting to our finances. In the most frustrating fashion, I cannot figure out how to update/refresh/link the Sub-category, Category and Category type to my transactions, hence updating the dashboard.
I’ve watched several of Mynda's amazing videos online in an effort to find bits and pieces of info to help update the data with no luck, I have a few days in this effort and I'm at a dead stop unfortunately.
Any advice you could offer would be fantastic!!
Power Query
Power Pivot
Xtreme Pivot Tables
Excel for Decision Making
Excel for Finance
Excel Analysis Toolpak
Power BI
Excel
Word
Outlook
Excel Expert
Excel Customer Service
PowerPoint
November 8, 2013
Power Query
Power Pivot
Xtreme Pivot Tables
Excel for Decision Making
Excel for Finance
Excel Analysis Toolpak
Power BI
Excel
Word
Outlook
Excel Expert
Excel Customer Service
PowerPoint
November 8, 2013
Hi Sammie,
In Data Validation sheet, the tblDV table is the source for Transaction categories, there should be no dropdown here. Remove the dropdowns and manually adjust to the categories you need.
In Transactions sheet - Sub-Category column, there is a dropdown related to Data Validation sheet - sub-category column, this is where you choose a sub-category for each record in transactions. The other 2 columns: Category and Category Type are using formulas to bring the corresponding fields from tblDV:
=XLOOKUP([@[Sub-category]], TblDV[Sub-category],TblDV[Category],"")
You can use VLOOKUP if XLOOKUP is not available in your excel version:
=VLOOKUP([@[Sub-category]],TblDV,2) (these 2 columns should not be formatted as Text for formulas to work)
December 29, 2022
Hi Catalin, I can't thank you enough for your response, it was very helpful! I reformatted the data validation sheet to remove the drop downs as you've mentioned, then attempted to perform the vlookup with your instructions along with following Mynda's video. It's almost as if the Transaction sheet name is off a bit possibly, however I cannot confirm that to be the case. The reason I mention that is because I'm using the formula =VLOOKUP([@[Sub-category]],TblDV,2) because I'm using a newer version of Excel (Office Pro Plus 2019), however I'm receiving #NAME? in the Category field.
I searched the web for this error and I've learned that I may have the name of the transaction table sheet wrong, however I'm unsure.
Thank you again for your advice, I appreciate it more than you know.
Power Query
Power Pivot
Xtreme Pivot Tables
Excel for Decision Making
Excel for Finance
Excel Analysis Toolpak
Power BI
Excel
Word
Outlook
Excel Expert
Excel Customer Service
PowerPoint
November 8, 2013
December 29, 2022
Catalin, it worked!! Thank you, now working to fill in the category type, however since I manually put in the formula, I don't quite understand how to replace Category with Category type :(.
Once that is complete, I'm wondering how would you update the data in the sheet to reflect on the analysis and Dashboard?
Again, I can't thank you enough for your help, you've been a life saver!
Power Query
Power Pivot
Xtreme Pivot Tables
Excel for Decision Making
Excel for Finance
Excel Analysis Toolpak
Power BI
Excel
Word
Outlook
Excel Expert
Excel Customer Service
PowerPoint
November 8, 2013
In this formula:
=VLOOKUP([@[Sub-category]],TblDV,2) , 2 represents the second column - Category
Replace with 3 to get the third column - Category Type:
=VLOOKUP([@[Sub-category]],TblDV,3)
How to update data depends on how you get the data, in the file you have data is manually typed or pasted. Easiest way, if you have external data, to use Power Query to bring that data into the file.
December 29, 2022
That makes sense, thank you for explaining! Now all columns are displaying the appropriate category.
As for the data, it was pasted into the transactions sheet under Mynda's original format. I'm not quite sure how to update what we have in the "new" transactions with the analysis and dashboard..
Power Query
Power Pivot
Xtreme Pivot Tables
Excel for Decision Making
Excel for Finance
Excel Analysis Toolpak
Power BI
Excel
Word
Outlook
Excel Expert
Excel Customer Service
PowerPoint
November 8, 2013
1 Guest(s)