Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default I want multiple formulas to always extract from same cell(s)

I have constructed a table of information for multiple workplaces. Each
workplace has data common to them all, e.g..
Project1 Project2
Data1 Data2 Data3 Data1 Data2 Data3
Workplace 1 3 2 2 7 6 5
Workplace 2 10 10 9 6 6 6

I have multiple formulas that give me averages and other info for eac
specific workplace and for all of our workplaces.
In the example above, the formulas would use B3, C3, D3 and so on for
Workplace 1.
I want the formulas to continue to extract data from these specific cells
but yet I want to add a new project by inserting cells for workplace1 for
project1 and shifting the cells to the right. The "old" project1 data
becomes project2 data and project2 data just shifts to the right as the
oldest historical data.
My problem is that when I insert cells (even if I use $B3, $C3, etc.), my
formulas continue to look at the old data (now Project2).
Is this just a shortcoming of Excel or am I doing this in an inefficient
manner?
Thank you
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
~L ~L is offline
external usenet poster
 
Posts: 177
Default I want multiple formulas to always extract from same cell(s)

Not sure if this is the best way, but I did this by replacing the range with
INDIRECT("RANGE").

For example, to sum project 1 data 1 (column B) for both workplaces, with
the data in B3 and B4, =SUM(INDIRECT("B3:B4"))

Hope that suits your needs.

"JohnW" wrote:

I have constructed a table of information for multiple workplaces. Each
workplace has data common to them all, e.g..
Project1 Project2
Data1 Data2 Data3 Data1 Data2 Data3
Workplace 1 3 2 2 7 6 5
Workplace 2 10 10 9 6 6 6

I have multiple formulas that give me averages and other info for eac
specific workplace and for all of our workplaces.
In the example above, the formulas would use B3, C3, D3 and so on for
Workplace 1.
I want the formulas to continue to extract data from these specific cells
but yet I want to add a new project by inserting cells for workplace1 for
project1 and shifting the cells to the right. The "old" project1 data
becomes project2 data and project2 data just shifts to the right as the
oldest historical data.
My problem is that when I insert cells (even if I use $B3, $C3, etc.), my
formulas continue to look at the old data (now Project2).
Is this just a shortcoming of Excel or am I doing this in an inefficient
manner?
Thank you

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
Extract or report multiple arrays if a cell match a criteria GG Excel Discussion (Misc queries) 3 May 11th 08 07:41 PM
Multiple formats in a single cell with multiple formulas Zakhary Excel Worksheet Functions 1 May 2nd 08 12:08 AM
Extract cell data from multiple files in one folder smonsmo Excel Discussion (Misc queries) 3 August 17th 07 11:16 PM
Macro: Filter Multiple header then extract to Multiple Files [email protected] Excel Discussion (Misc queries) 9 December 8th 06 10:44 PM
Extract one numerical value from single cell with multiple values? cszy67 Excel Worksheet Functions 2 July 27th 05 02:49 AM


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