Hugh
What type of analysing are you doing on the data?
Most Functions will ignore blanks in a range.
=SUM(A1:A10) ignores the blanks.
To delete the blanks if desired..........
Select A1:A10 then F5SpecialBlanksOK
EditDeleteShift Up.
Gord Dibben Excel MVP
On Fri, 4 Mar 2005 03:43:03 -0800, Hugh Murfitt
wrote:
I have a range of cells A1:a10, say, which obtain data from another source.
Some of those cells a3, a6:a8, say, under certain conditions, will be blank.
How do I reorder this range such that the cells containing information are
listed together, removing the blanks? I want to do this using a formula,
rather than filter or sort, as the data, and hence the blank cells, will
change, and I want to perform analysis on the cells containing data.
|