View Single Post
  #1   Report Post  
mikeyts
 
Posts: n/a
Default Using on one list derive from another

I need to write a formula to operate on numeric values from column B in the
contiguous range of all rows where column A has a specific string value.
Column A is sorted on that string value, ascending. I'm using Excel from
Office Pro 2000.

I'm beginning to think that I need to write some kind of private functions
to find the first and last rows where column A has a specific value. Before
I perused this forum this morning, I wasn't even aware of private functions.

-- Mike Scott