View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Gladys Gladys is offline
external usenet poster
 
Posts: 12
Default Use last Cell in Formula

Thanks

The Third Option worked for what I needed!

=LOOKUP(2,1/(A1:A65535<""),A1:A65535) to get either number or text

"Gord Dibben" wrote:

Gladys

=MATCH(9.99999999999999E+307,A:A) to get the last number in a column

=LOOKUP(REPT("z",255),B:B) to get the last non-number in a column

=LOOKUP(2,1/(A1:A65535<""),A1:A65535) to get either number or text


Gord Dibben MS Excel MVP


On Mon, 11 Dec 2006 08:30:01 -0800, Gladys
wrote:

In a workbook I would like to take the Last Value from a column and put into
another worksheet in the same workbook. Depending on the input for the month
we don't know where that Total amount would be.

This is a ongoing "invoice". Currently the user has information for YEARS of
information. I thought it would be easier if we create one workbook for the
year and then create one worksheet per month within the workbook. Each Month
I would like to take the "Value" from the Last Cell of the Column from
"January" and Put into a Formula at the Beginning of "February". Not knowing
what the Last Cell is going to be because we don't know how many entries will
be entered for that month.

I hope this makes sense.

Thanks in Advance!