Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I make for loop?
the conditions a if total value column height = 5 and column Article = "bike" then copy second row to row 6 (therefore 1 row added between file 5 and 6) thanks for your response |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
columns don't have a height.................
do you mean row height or column width? item will ALWAYS be added @ row 6? susan On Feb 28, 10:11 am, wrote: How can I make for loop? the conditions a if total value column height = 5 and column Article = "bike" then copy second row to row 6 (therefore 1 row added between file 5 and 6) thanks for your response |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
additionally,
how many columns are you summing? or are they rows? is all the data to be searched for the condition below row 6? you aren't being very clear & i can't decipher what you want.... what i SEE is article=columnA total = column B for each row in worksheet if range("article")="bike" and if range("total")= what????? then sum what? insert row @ row 5 copy row found to row 6 maybe somebody else can figure it out the way you've got it, but you've lost me. susan On Feb 28, 10:45 am, "Susan" wrote: columns don't have a height................. do you mean row height or column width? item will ALWAYS be added @ row 6? susan On Feb 28, 10:11 am, wrote: How can I make for loop? the conditions a if total value column height = 5 and column Article = "bike" then copy second row to row 6 (therefore 1 row added between file 5 and 6) thanks for your response- Hide quoted text - - Show quoted text - |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello
no article height weight <--first row 1 motor 1 1 <--second row 2 motor tires 1 1 3 motor tires 1 1 4 motor tires 1 1 5 bike 1 1 6 motor tires 2 1 7 motor tires 1 1 8 motor tires 4 1 9 motor tires 1 1 10 motor tires 1 1 11 bike 1 1 12 motor tires 5 1 13 motor tires 1 1 14 motor tires 1 1 15 motor tires 2 1 16 bike 1 1 17 motor tires 1 1 18 motor tires 1 1 19 motor tires 1 1 excel file look like this. How can I make loop for this the conditions a if total value column height = 5 and column Article = "bike" then copy second row to row 6 (therefore 1 row added between file 5 and 6) thanks for your response |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ahhh. that's much better.
so basically you want the information sorted???? but you are asking for "bike" AND height=5 none of the cells you listed qualify for that. all of the "bike" entries have height=1. susan On Feb 28, 11:07 am, wrote: hello no article height weight <--first row 1 motor 1 1 <--second row 2 motor tires 1 1 3 motor tires 1 1 4 motor tires 1 1 5 bike 1 1 6 motor tires 2 1 7 motor tires 1 1 8 motor tires 4 1 9 motor tires 1 1 10 motor tires 1 1 11 bike 1 1 12 motor tires 5 1 13 motor tires 1 1 14 motor tires 1 1 15 motor tires 2 1 16 bike 1 1 17 motor tires 1 1 18 motor tires 1 1 19 motor tires 1 1 excel file look like this. How can I make loop for this the conditions a if total value column height = 5 and column Article = "bike" then copy second row to row 6 (therefore 1 row added between file 5 and 6) thanks for your response |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Susan
for this reason maybe can use for loop statement, so that I can start with summing from the second row. Like this The value of the column "height" in the second row + the value in the thirth row + the value in the fourth row, etc. afterwards if the total value = 5, and on the same row = bike, then copy the second row below. Thanks voor your responses Chris |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
insert row / insert column command buttons | Excel Worksheet Functions | |||
How can I insert a date with an icon (calendar) insert | Excel Discussion (Misc queries) | |||
Macro to insert copy and insert formulas only to next blank row | Excel Programming | |||
Can I auto insert a worksheet when I insert a value in a cell. | Excel Worksheet Functions | |||
Insert cell/format/text/fontsize and auto insert into header? | Excel Programming |