#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,355
Default Offset Question

I have the following OFFSET formula in a named range

=OFFSET('Summary Data'!$D$2,0,0,LASTROW-30)

I want to modify it as follows

'Summary Data'!$D$2 -

'Summary Data'!$D$ & lastrow - 30
If LASTROW - 30 =2, LASTROW-30, 2

I'll need other similar things for the rows up or down, etc. I'll get to
those as I need them.

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default Offset Question

Hi Barb

Maybe
=OFFSET('Summary Data'!$D$2,0,0,MAX(2,LASTROW-30))


--
Regards

Roger Govier


"Barb Reinhardt" wrote in
message ...
I have the following OFFSET formula in a named range

=OFFSET('Summary Data'!$D$2,0,0,LASTROW-30)

I want to modify it as follows

'Summary Data'!$D$2 -

'Summary Data'!$D$ & lastrow - 30
If LASTROW - 30 =2, LASTROW-30, 2

I'll need other similar things for the rows up or down, etc. I'll
get to
those as I need them.

Thanks



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
Offset question Chris Excel Worksheet Functions 2 August 9th 06 08:59 PM
Question for use of offset and range Demi Excel Worksheet Functions 3 July 22nd 05 08:48 PM
Question regarding dynamic range setting dharmik Excel Worksheet Functions 2 July 22nd 05 08:44 PM
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM
Another question for Jon Wazooli Charts and Charting in Excel 1 March 26th 05 06:57 AM


All times are GMT +1. The time now is 09:15 PM.

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

About Us

"It's about Microsoft Excel"