Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() How do I code to Record the number of rows between a number and its previous occurrenc within the source data range GE63:GM116. The output range is GO63:GW116 If there is no previous occurrence within the source data range the record and X. If it occurred in the previous row then return a 0 as th result. If its two previous rows, then return a 1 and so on. Return al empty cells within the source range with an empty output. Also, in the sample data below, the #6 occurred in row 63 and then i row 65, so the output is 1 in GO65. #17 occurred in row 63 and then i row 65, so the output is 1 in GP65, #19 has not occurred so it receiv an "X" in GQ65. #27 occurred in row 64, then in row 65, the output is in GR65. GS65:GW65 are empty. example: Sample data . ..Result GE63:GJ63 = 1, 5, 6, 17, 21, 26 GO63:GU63 = X, X, X, X, X, X GE64:GK64 = 1, 5, 9, 16, 21, 26, 27 GO64:GT64 = 0, 0, X, X, 0, 0, GE65:GH65 = 6, 17, 19, 27 GO65:GR65 = 1, 1, X, -- dkenebr ----------------------------------------------------------------------- dkenebre's Profile: http://www.excelforum.com/member.php...info&userid=76 View this thread: http://www.excelforum.com/showthread.php?threadid=39479 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro code to hide rows and not calculate hidden rows | Excel Discussion (Misc queries) | |||
Enabling option Format rows to hide/unhide rows using VBA-code? | Excel Discussion (Misc queries) | |||
VBA code to add rows | Excel Discussion (Misc queries) | |||
# of occurrences | Excel Worksheet Functions | |||
code for having sub rows | Excel Programming |