Hello, its my first time posting on here so sorry if i am a bit slow.
A bit of back round, Im looking to create a reporting framework within excel using data exported from my project management software. The exporting of the data is easy as there is a function to do this within the application however what I am struggling to do is to get the data sorted from the master sheet into multiple separate sheets based on text in particular columns.
I have 8 sheets within this wookbook-
1. "Import Data"
2. "NSSR"
3. "Projects"
4. "Un-worked"
5. "Active Inbox"
6. "Dashboard"
7. "Opened this Month"
8. "Closed"
I will export the data into the "Import Data" sheet and from there I am hoping to create a function which will automatically copy and paste the entire row into the relevant sheets based on criteria in certain columns.
For the "NSSR" sheet I would like all the data in the "Import Data" sheet to be copy and pasted into it as long as it says "NSSR" in column G or if it says "Awaiting Functional Approval", "Awaiting Estimate", "Estimate", "Estimate Issued", "Budget Approved", "Active" or "Rejected" in column E.
For the "Project's" sheet I would like all the data in the "Import Data" sheet to be copy and pasted into it as long as it says "Req Brief", "Sponser Approval", "Portfolio Board" or "BTRD" in column G.
For the "Un-worked" sheet I would like all the data in the "Import Data" sheet to be copy and pasted into it as long as it says "Registered" in column E.
For the "Active Inbox" sheet I would like all the data in the "Import Data" sheet to be copy and pasted in as long as it doesn’t say "Closed", "Awaiting Functional Approval", "Awaiting Estimate", "Budget Approved" or "Active" in column E.
The Dashboard tab I can do using the countif function.
For the "Opened this Month" sheet I would like all the data in the "Import Data" sheet to be copy and pasted in regards of what it says in column E or G however the date in column F must be of the current month. (I don’t know if this is possible but it would be fantastic if it is)
For the "Closed" sheet I would like all the data from the "Import Data" sheet copy and pasted in as long as it says "Closed" in column E.
I think that is everything covered, the plan is to have all those functions in code in VBA then create a button which I know how to do then when the data is imported into the workbook I can just press the button and all the data will be sorted into the individual worksheets.
If anyone could help me out with this it would be fantastic, everything I have tried so far has not worked (I even ended up creating a loop virus by accident crashing excel)
Very many thanks
Adam
Bookmarks