Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default i want display the last coloum value in first coloum

hello sir
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default i want display the last coloum value in first coloum

Try something like

Dim Rng As Range
Set Rng = Cells(Rows.Count, "A").End(xlUp)
MsgBox Rng.Value



--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"sajid" wrote in message
...
hello sir



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default i want display the last coloum value in first coloum

Will the value be Text?

for example, for row 4:
=INDIRECT(ADDRESS(4,MATCH(REPT("z",255),4:4)))

--
Regards,
Tom Ogilvy


"sajid" wrote in message
...
hello sir



Reply
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 can i group coloum yaseen New Users to Excel 2 June 2nd 10 08:02 AM
Formula in a coloum franco monte New Users to Excel 8 March 7th 10 07:25 PM
Delete coloum in VB haviv Excel Discussion (Misc queries) 3 September 12th 08 09:29 AM
Regonise coloum A while adding up coloum B to give a result in C B.H.JIG Excel Discussion (Misc queries) 3 May 3rd 07 01:25 PM
Out of Space in coloum Pete Excel Programming 1 December 16th 05 08:16 PM


All times are GMT +1. The time now is 07:14 PM.

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"