Search and Destroy

gjadcock

New Member
Joined
Sep 17, 2002
Messages
27
I have a spreadsheet of building data,how can I create a VB script to check column A, which contains floor number (0,1,2,3...), and when the floor number changes insert two rows put a border around it insert text "Total" and then total column B for that floor and go to the next floor number. At he very bottom of the list I need another total for the entire building. I'm afraid I am new to this stuff and don't know any VB.

Thanks in advance
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Welcome to the board.

This sounds mildly complicated, but then again it may be easier to uderstand if you could break it down into smaller chunks for us. (i.e. lots of short sentences instead of one long sentence. :) )

I am with you up until:

contains floor number (0,1,2,3...), ....
then the description of what you want becomes a bit rushed.

How does the floor number change? Does someone change the value in a cell? do you mean that the list of numbers is like this:

0
0
0
0
1
1
1
1
1
1
1
1
2
2
2
2

and where 0 changes to 1 this is considered a change?

I hope this helps to get you closer to receiving a solution.
 
Upvote 0
Mark,

This is exactley what I mean, the problem I have is that the data is published to my clients as a report and I have to manually search for the change in floor number and then re-format to show totals for each floor etc.
 
Upvote 0

Forum statistics

Threads
1,214,924
Messages
6,122,294
Members
449,077
Latest member
Rkmenon

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