gregorii77
New Member
Hello! I have a spreadsheet (single tab) with data arrayed as follows:
Project Number Cost Completion Inspector Name
0001234 $78,000 9/9/2013 Tribble
0123344 $90,567 8/1/2014 Simmons
9900445 $43,000 7/23/2014 Simmons
4566723 $56,700 6/4/2013 Tribble
1122995 $96,500 5/3/2013 Steele
I would like to extract rows based on the columnar heading
would be contained in one tab, the rows associated with Simmons[/code]in another, etc. In the end, I would like 4 total tabs (Master, Tribble, Simmons, Steele). Hopefully that makes sense. I appreciate any advice and good day to you!!! Cordially, Greg S.
Project Number Cost Completion Inspector Name
0001234 $78,000 9/9/2013 Tribble
0123344 $90,567 8/1/2014 Simmons
9900445 $43,000 7/23/2014 Simmons
4566723 $56,700 6/4/2013 Tribble
1122995 $96,500 5/3/2013 Steele
I would like to extract rows based on the columnar heading
Code:
Inspector Name and place these names in separate tabs. So,for example, the data above would be contained in a tab called,let's say, [code]Master while the rows associated with Tribble