Creating Tabs based on criteria VBA

Klc1992

New Member
Joined
Dec 20, 2022
Messages
2
Office Version
  1. 365
Platform
  1. MacOS
Hi! I’m very new to writing VBA and really struggling. I am basically trying to create a template where a user can drop in exported raw data and it sorts.
I made a master sheet of all the statements that categorizes them by Tab and subcategory and have that as a vlookup to the data
So as an example it will look like
Income, percent of population, index, demographics (this is the tab vlookup), employment (subcategory vlookup)

So I want it to automatically drop this data in the demographics tab and have separate sections based on subcategory. Would love to highlight based on criteria as well

I hope I’m explaining this well, I’ve been driving myself crazy because I feel like it shouldn’t be this hard.
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Hi! I’m very new to writing VBA and really struggling. I am basically trying to create a template where a user can drop in exported raw data and it sorts.
I made a master sheet of all the statements that categorizes them by Tab and subcategory and have that as a vlookup to the data
So as an example it will look like
Income, percent of population, index, demographics (this is the tab vlookup), employment (subcategory vlookup)

So I want it to automatically drop this data in the demographics tab and have separate sections based on subcategory. Would love to highlight based on criteria as well

I hope I’m explaining this well, I’ve been driving myself crazy because I feel like it shouldn’t be this hard.
Oh also there are certain subcategories that need to be sorted based on index (high to low)
Appreciate any help on this!!! Thank you
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,928
Members
449,094
Latest member
teemeren

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top