Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi all I have a dynamic named range that is based on an offset formula. Say that it currently references to A11:C50. How would a formula that selects everything except the first column from that range (B11:C50) look? Thanks -- deepthink ------------------------------------------------------------------------ deepthink's Profile: http://www.excelforum.com/member.php...o&userid=32467 View this thread: http://www.excelforum.com/showthread...hreadid=522549 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
deepthink
this expression will return a reference to a subrange of _range_ according to your specifications: OFFSET(_range_,0,1,,COLUMNS(_range_)-1) HTH Kostis Vezerides |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks Kostis Vezerides -- deepthink ------------------------------------------------------------------------ deepthink's Profile: http://www.excelforum.com/member.php...o&userid=32467 View this thread: http://www.excelforum.com/showthread...hreadid=522549 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
checking that cells have a value before the workbook will close | Excel Worksheet Functions | |||
Help with using range names in sum function | Excel Worksheet Functions | |||
How to Select a relative range with Using "Find" and Offset() | Excel Discussion (Misc queries) | |||
Can a formula check for a certain value in a range? | Excel Discussion (Misc queries) | |||
can a formula check for a certain value in a range? | Excel Discussion (Misc queries) |