LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Copy last cell with data in column E on one sheet to cell on a

Hi,

Thank you for the feedback. it is just a very large number - you can input
any other large number

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Seahawk" wrote in message
...
My thanks to Gary"s Student, Ashish Mathur, and bosco_yip for your helpful
information. When all was said and done, Ashish's response was the right
one
-- it worked perfectly!

Thank you all for taking the time to respond to my question.

Ashish, if you would be so kind, would you tell me what the "99^99"
means/does in the formula? Obviously it works but I'm curious what it is
telling Excel to do.

Seahawk



"bosco_yip" wrote:

A] You have "10 or more Account sheets" with different name

B] You want to find the last cell data in Column E of all "10 or more
Account sheets"

Then, please follow the below :

1] Define (Insert Define Name) the following...

Name, enter : SheetList

Refers to, enter :

=MID(GET.WORKBOOK(1),FIND("]",GET.WORKBOOK(1))+1,30)

Click OK

2] Summary sheet, B1 enter : Account name

3] Summary sheet, B2 enter the formula and copied down :

=IF(ROW(2:2)COUNTA(SheetList),"",INDEX(SheetList, ROW(2:2)))

4] Summary sheet, C1 enter : Last data

5] Summary sheet, C2 enter the formula and copied down :

=IF(ROW(2:2)COUNTA(SheetList),"",LOOKUP(9.99E+307 ,INDIRECT(INDEX(SheetList,ROW(2:2))&"!E:E")))


Regards
Bosco


"Seahawk" wrote:

From a cell on my "Summary" worksheet, I need to find the last cell
that has
data in it in Column E on the "Account" worksheet and copy the data
from that
cell to the cell on my Summary worksheet. There are actually 10 or
more
"Account" sheets (each separately named) so I really don't want to do
this
manually. I've tried several suggestions from similar threads, using
both
the LOOKUP and IF functions but nothing has worked.
Any help will be much appreciated. Thanks.


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you hide the value of a cell until data is keyed into anoth akemeny Excel Discussion (Misc queries) 11 June 18th 09 06:39 PM
copy data of two cells from Sheet 2 into one cell in Sheet 1 cahabbinga Excel Worksheet Functions 6 January 30th 08 01:00 PM
how to copy a cell with formula from sheet 1 (data is all vertical) into sheet 2 parag Excel Worksheet Functions 3 June 15th 06 10:29 PM
how to make one column copy from one sheet to anoth column w/o zer areezm Excel Discussion (Misc queries) 3 June 6th 06 10:45 PM
copy every 30th cell in the column into consecutive cells in anoth shortcuts Excel Worksheet Functions 2 March 29th 05 07:28 AM


All times are GMT +1. The time now is 04:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"