Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Group, I have a spreadsheet that changes weekly. The spreadsheet can have over a 1000 rows or just a few hundred. In column D, a cell may be blank or if there is an entry will have a text value with a suffix ..checksum, like regioncode.checksum or rds.checksum. The prefix before the (.) dot will always be lumped together once there is an entry. In otherword, rds.checksum will never appear again after cell D7 once its initial incidence (D3) is found, regioncode.checksum will never appear again after D20 once its first incidence (D11) is found below. I want to show on another worksheet called "Summary", the name of the variable (ie: rds.checksum) in cell A2, its starting row (3) in cell B2, its ending row (7) in cell C2 and so on for each group of .checksum entries. Any help here would be awesome. Cell:Contents D1: < Blank D2: < Blank D3: rds.checksum D4: rds.checksum D5: rds.checksum D6: rds.checksum D7: rds.checksum D8: < Blank D9: < Blank D10: < Blank D11: regioncode.checksum D12: regioncode.checksum D13: regioncode.checksum D14: regioncode.checksum D15: regioncode.checksum D16: regioncode.checksum D17: regioncode.checksum D18: regioncode.checksum D19 regioncode.checksum D20: regioncode.checksum D21: < Blank D22: < Blank D23: < Blank D24: < Blank etc........... Tony -- ajocius ------------------------------------------------------------------------ ajocius's Profile: http://www.excelforum.com/member.php...o&userid=17695 View this thread: http://www.excelforum.com/showthread...hreadid=470579 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I write a number in an Excel cell with zero at the begin | Excel Discussion (Misc queries) | |||
Comparing two ranges of data and identify the common/like informat | Excel Discussion (Misc queries) | |||
getting a simple macro to begin execution on the selected cell | Excel Discussion (Misc queries) | |||
Get first character in cell and count all cells that begin with 1,2,3 etc | Excel Discussion (Misc queries) | |||
Begin Search at specific cell | Excel Programming |