A consolidating formula?
Hi Howard,
Am Wed, 26 Nov 2014 20:32:02 -0800 (PST) schrieb L. Howard:
Is there a formula that I can pull down in column B, that takes this in column A
A
1
2
4
5
6
7
8
And return this in column B?
B
1
2
4
5
6
7
8
why don't you sort the column?
Or use:
=SMALL(A:A,ROW(A1))
or
=LARGE(A:A,ROW(A1))
and copy down
Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional
|