Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Can someone please help, I want to make a summary sheet that reads the contents of the last cell used in a column on another sheet. The cell i want to read keeps moving down a column as data is inputed in the workbook. I know how to read the cell number but i need to read the contents. This has been driving me crazy, Thank you -- jackh7777777 ------------------------------------------------------------------------ jackh7777777's Profile: http://www.excelforum.com/member.php...o&userid=34814 View this thread: http://www.excelforum.com/showthread...hreadid=545703 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() use activecell.value To find it in one step use -variablename- = selection.end(xldown).value -- bgeier ------------------------------------------------------------------------ bgeier's Profile: http://www.excelforum.com/member.php...o&userid=12822 View this thread: http://www.excelforum.com/showthread...hreadid=545703 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
For the value of the last cell in column A:
=LOOKUP(2,1/(A1:A655350),A1:A65535) unless A65536 is also populated -- Gary's Student "jackh7777777" wrote: Can someone please help, I want to make a summary sheet that reads the contents of the last cell used in a column on another sheet. The cell i want to read keeps moving down a column as data is inputed in the workbook. I know how to read the cell number but i need to read the contents. This has been driving me crazy, Thank you -- jackh7777777 ------------------------------------------------------------------------ jackh7777777's Profile: http://www.excelforum.com/member.php...o&userid=34814 View this thread: http://www.excelforum.com/showthread...hreadid=545703 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom functions calculating time arguments Help Desperate | Excel Worksheet Functions | |||
Reading Cell Function??? | Excel Worksheet Functions | |||
Cell color based upon cell value | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions |