#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default OFFSET

When is it useful to use OFFSET function.
I'm not sure I understand exactly what it's for but think it may be useful!?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default OFFSET

the offset is useful for simplifying formulas when you want to define a range
for different purposes when the only one cell in the range is easily
identified.
for example
you might have a worksheet with a block of information about an individual
with the name in just the upper left cell in the block .the offset() could be
used to get information relative to the location of the name.

Because the offset can define a range, it can be used inside lookup()
formulas. or othe formulas


"Roger H" wrote:

When is it useful to use OFFSET function.
I'm not sure I understand exactly what it's for but think it may be useful!?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default OFFSET

Hi

1. To return a value from cell a fixed number of rows and cells apart from
base cell, like
=OFFSET($A$1,1,4)
(the example returns value from cell E2)

2. To return a range of fixed dimension which starts a fixed number of rows
and cells apart from base cell, like
=SUM(OFFSET($A$1,1,4,3,1))
(the example sums values from range E2:E4)
NB! When using OFFSET to determine a range, it MUST be a part of a formula
which requires a range there. Or you use it in named range definition
(dynamic ranges).



--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"Roger H" wrote in message
...
When is it useful to use OFFSET function.
I'm not sure I understand exactly what it's for but think it may be
useful!?



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 Eva Excel Worksheet Functions 1 January 30th 07 01:39 AM
offset Eva Excel Worksheet Functions 2 January 29th 07 08:45 PM
OFFSET HELP Scott@CW Excel Worksheet Functions 1 December 21st 06 04:27 AM
Offset Brian Excel Worksheet Functions 6 April 7th 06 12:33 PM
SUM(OFFSET)? Mike Fogleman Excel Worksheet Functions 10 December 29th 04 08:39 PM


All times are GMT +1. The time now is 05:08 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"