Jonco
If always numeric data in B, D, F
In C1 enter =LOOKUP(9.99999999999999E+307,B:B)
In E1 enter =LOOKUP(9.99999999999999E+307,D

)
If not numeric use =LOOKUP(REPT("z",255),B:B)
Gord Dibben Excel MVP
On Fri, 18 Mar 2005 23:49:10 GMT, Jonco <(E-Mail Removed)> wrote:
>What I meant was to do this automatically using a formula or VBA if
>necessasy. I know how to copy & paste. Thanks anyway Earl.
>
>Jonco
>
>
>On Fri, 18 Mar 2005 16:23:59 -0500, "Earl Kiosterud"
><(E-Mail Removed)> wrote:
>
>>Jonco,
>>
>>Select the cell in B3, and edge-drag it, holding Shift, above C1. This will
>>move the stuff in C down. If you don't want that, don't use Shift.