Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Row A has the following:
East East East <-blank cell East East <-blank cell South South <-blank cell South <-blank cell West West West West <-blank cell West <-blank cell <-blank cell West West I would like to copy "East" all the way down to the last East in the Row, then inset a cell and type "East Total" and do the same for South and West. The data changes from day to day. Can this be done? Here is the end result: East East East East<-was a blank cell East East East<-was a blank cell East Total South South South<-was a blank cell South South<-was a blank cell South West West West West West<-was a blank cell West West<-was a blank cell West<-was a blank cell West West West Total |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd use one of these techniques from Debra Dalgleish's site:
http://contextures.com/xlDataEntry02.html Then I'd add headers and use data|subtotals to get the subtotals. (or maybe add headers and use a pivottable) pgarcia wrote: Row A has the following: East East East <-blank cell East East <-blank cell South South <-blank cell South <-blank cell West West West West <-blank cell West <-blank cell <-blank cell West West I would like to copy "East" all the way down to the last East in the Row, then inset a cell and type "East Total" and do the same for South and West. The data changes from day to day. Can this be done? Here is the end result: East East East East<-was a blank cell East East East<-was a blank cell East Total South South South<-was a blank cell South South<-was a blank cell South West West West West West<-was a blank cell West West<-was a blank cell West<-was a blank cell West West West Total -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I used it and works fine. However, when it gets down to the last row with
data, it does not stop. I keep going on for another 2000 to 3000 lines. Do you now how to make it stop at a cretin point? "Dave Peterson" wrote: I'd use one of these techniques from Debra Dalgleish's site: http://contextures.com/xlDataEntry02.html Then I'd add headers and use data|subtotals to get the subtotals. (or maybe add headers and use a pivottable) pgarcia wrote: Row A has the following: East East East <-blank cell East East <-blank cell South South <-blank cell South <-blank cell West West West West <-blank cell West <-blank cell <-blank cell West West I would like to copy "East" all the way down to the last East in the Row, then inset a cell and type "East Total" and do the same for South and West. The data changes from day to day. Can this be done? Here is the end result: East East East East<-was a blank cell East East East<-was a blank cell East Total South South South<-was a blank cell South South<-was a blank cell South West West West West West<-was a blank cell West West<-was a blank cell West<-was a blank cell West West West Total -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Did you use the manual approach or the code approach?
If you used the manual approach, you select the range to start. If you used the macro, then it uses what excel is the row for the last used cell. Maybe it's time to visit Debra Dalgleish's site again: http://contextures.com/xlfaqApp.html#Unused pgarcia wrote: I used it and works fine. However, when it gets down to the last row with data, it does not stop. I keep going on for another 2000 to 3000 lines. Do you now how to make it stop at a cretin point? "Dave Peterson" wrote: I'd use one of these techniques from Debra Dalgleish's site: http://contextures.com/xlDataEntry02.html Then I'd add headers and use data|subtotals to get the subtotals. (or maybe add headers and use a pivottable) pgarcia wrote: Row A has the following: East East East <-blank cell East East <-blank cell South South <-blank cell South <-blank cell West West West West <-blank cell West <-blank cell <-blank cell West West I would like to copy "East" all the way down to the last East in the Row, then inset a cell and type "East Total" and do the same for South and West. The data changes from day to day. Can this be done? Here is the end result: East East East East<-was a blank cell East East East<-was a blank cell East Total South South South<-was a blank cell South South<-was a blank cell South West West West West West<-was a blank cell West West<-was a blank cell West<-was a blank cell West West West Total -- Dave Peterson -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, but I'm not sure what it happing here. Oh, yes I'm using the VB code.
That's ok, I have a work around. Thanks again. I will be check out that site more offiten now. "Dave Peterson" wrote: Did you use the manual approach or the code approach? If you used the manual approach, you select the range to start. If you used the macro, then it uses what excel is the row for the last used cell. Maybe it's time to visit Debra Dalgleish's site again: http://contextures.com/xlfaqApp.html#Unused pgarcia wrote: I used it and works fine. However, when it gets down to the last row with data, it does not stop. I keep going on for another 2000 to 3000 lines. Do you now how to make it stop at a cretin point? "Dave Peterson" wrote: I'd use one of these techniques from Debra Dalgleish's site: http://contextures.com/xlDataEntry02.html Then I'd add headers and use data|subtotals to get the subtotals. (or maybe add headers and use a pivottable) pgarcia wrote: Row A has the following: East East East <-blank cell East East <-blank cell South South <-blank cell South <-blank cell West West West West <-blank cell West <-blank cell <-blank cell West West I would like to copy "East" all the way down to the last East in the Row, then inset a cell and type "East Total" and do the same for South and West. The data changes from day to day. Can this be done? Here is the end result: East East East East<-was a blank cell East East East<-was a blank cell East Total South South South<-was a blank cell South South<-was a blank cell South West West West West West<-was a blank cell West West<-was a blank cell West<-was a blank cell West West West Total -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
is it posible to have a formula for factorial via vba code? | Excel Worksheet Functions | |||
Posible IF formula | New Users to Excel | |||
Auto Maximize posible? | Excel Discussion (Misc queries) | |||
It's posible to change security level from VBA? | Excel Programming | |||
Its posible to insert data... | Excel Programming |