Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]() If Cells(Iloop, "A") & Cells(Iloop, "B") & Cells(Iloop, "D") & Cells(Iloop, "E") & Cells(Iloop, "F") & Cells(Iloop, "G") _ = Cells(Iloop - 1, "A") & Cells(Iloop - 1, "B") & Cells(Iloop - 1, "D") & Cells(Iloop - 1, "E") & Cells(Iloop - 1, "F") & Cells(Iloop - 1, "G") Then Cells(Iloop - 1, "C") = Cells(Iloop - 1, "C") & ", " & Cells(Iloop, "C") should be If Cells(Iloop, "A") = Cells(Iloop - 1, "A") & Cells(Iloop, "B") = Cells(Iloop - 1, "B") etc. etc. Szalapski -- TommySzalapski ------------------------------------------------------------------------ TommySzalapski's Profile: http://www.excelforum.com/member.php...o&userid=25561 View this thread: http://www.excelforum.com/showthread...hreadid=398779 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert rows based on specific value | Excel Worksheet Functions | |||
formula to use when number of rows changes dynamically | Excel Worksheet Functions | |||
REALLY miussing rows in Excel2000 | Excel Discussion (Misc queries) | |||
Hiding Rows if the linked rows are blank | Excel Discussion (Misc queries) | |||
Adding Rows to Master Sheet | New Users to Excel |