View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BAM718 BAM718 is offline
external usenet poster
 
Posts: 1
Default How do I return cells that are "adjacent" to the return in a funct

I have a spreadsheet containing many columns of data. Below the data, I have
used the "LARGE" AND "SMALL" functions to reference every 4th Column, and
provide me with the "Top 5 Numbers" and the "Bottom 5 Numbers in that
particular column, within a particular range.

If one of the "Top 5 Numbers" in the range now sits in cell D200, but it
originated from cell D8, how can I simply return the data that sits adjacent
to it (A8, B8, C8)in cells A200, B200, C200?

MICROSOFT OFFICE EXCEL 2003