Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default Offset formula help wanted

I want better formula to get the value in a1 of a workbook than this.
=-(OFFSET([DATABASE.xlsx]CONSUMPTION!$A$2980,1,2,1,1))
The above DATABASE sheet is regularly updated and the cell value of
$A$2980 will move down. In this case this formula will not help me. The
$A$2980 has the fixed Itemname but I do not know how can I use formula. What
is the change I can do to this? Please help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Offset formula help wanted


If the fixed Itemname is unique in column A of that worksheet, they you
may be able to use MATCH to return the position of the sought Itemname.
With the position, you may be to construct the address
([DATABASE.xlsx]CONSUMPTION!$A$2980) by using the CONCATENATE function.

If Itemname is not unique, this would still work IF you needed the
location of the topmost occurance of Itemname.


--
jamescox
------------------------------------------------------------------------
jamescox's Profile: http://www.thecodecage.com/forumz/member.php?userid=449
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=111442

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default Offset formula help wanted

Acually not working if Itemname moved from $A$2980 while I update the
DATABASE. Because my formula is not searching for Itemname's address.


"jamescox" wrote:


If the fixed Itemname is unique in column A of that worksheet, they you
may be able to use MATCH to return the position of the sought Itemname.
With the position, you may be to construct the address
([DATABASE.xlsx]CONSUMPTION!$A$2980) by using the CONCATENATE function.

If Itemname is not unique, this would still work IF you needed the
location of the topmost occurance of Itemname.


--
jamescox
------------------------------------------------------------------------
jamescox's Profile: http://www.thecodecage.com/forumz/member.php?userid=449
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=111442


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
Formula copies when only answer is wanted Rhino721 Excel Worksheet Functions 2 September 3rd 08 03:51 AM
Excel formula help wanted sharpe-e Excel Discussion (Misc queries) 3 February 27th 08 01:48 AM
Formula wanted JohnUK Excel Discussion (Misc queries) 9 August 2nd 07 07:02 PM
formula wanted please, I have a list of data [email protected] Excel Discussion (Misc queries) 10 July 1st 06 04:59 AM
offset example wanted aussiemike Excel Worksheet Functions 1 May 23rd 06 08:50 PM


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