Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can i get the value of the rightmost/leftmost cell
from a specific column if the value's not blank ?? Thanks Lena |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do you mean a specific row. This is for row 2
cells(2,"A").end(xltoright).value cells(2,columns.count).end(xltoleft).value -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Lena" wrote in message ... How can i get the value of the rightmost/leftmost cell from a specific column if the value's not blank ?? Thanks Lena |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not sure I understand
What classifies a cell as being the rightmost or leftmost from a single column? -Brad |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A specific column only has a centermost cell.
Why not try restating your question. What are you trying do to. Are you looking for the visible range? Specific row? -- Regards, Tom Ogilvy "Lena" wrote in message ... How can i get the value of the rightmost/leftmost cell from a specific column if the value's not blank ?? Thanks Lena |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
leftmost number value | Excel Discussion (Misc queries) | |||
How to pull the rightmost, non-zero cell value in a workbook? | Excel Discussion (Misc queries) | |||
vlookup- is a must that lookup value should be the leftmost colum? | Excel Discussion (Misc queries) | |||
how to delete the 4 rightmost digits from a cell | Excel Worksheet Functions | |||
Formula ? Return value from rightmost non-blank cell in a row of | Excel Worksheet Functions |