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

I am creating a cost matrix that identifies a cost estimate of doing a
certain task within certain perimeters. In the future, when our base costs
change, I want to update the existing cost matrix. I am pulling cost
information from a different worksheet in the same workbook.

In my cost matrix cells I want to place formulas in cells B3, B4, B5, etc.
that state the following:

When the value in cell A3, A4, A5, etc. is (EXACTLY) a (certain number, say
100) place the value found in 'ARCH Input'!A5, otherwise do nothing (leave
the number as is).

Or another sample would be:

When the value in cell A3, A4, A5, etc. is (EXACTLY) a (certain number, say
200) place the value found in 'ARCH Input'!A5, otherwise do nothing (leave
the number as is).

I dont know how to write the formula to have the value in cells B3, B4, B5
do nothing unless their counterpart number changes. Otherwise they
continually change to pick up the current number in ARCH Input!A5.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Formulas

One way:

Choose Tools/Options/Calculation and check the Iterations checkbox.

Then enter:

B3: =IF(A3=100,'ARCH Input'!A5,B3)




In article ,
Sally Sue wrote:

I am creating a cost matrix that identifies a cost estimate of doing a
certain task within certain perimeters. In the future, when our base costs
change, I want to update the existing cost matrix. I am pulling cost
information from a different worksheet in the same workbook.

In my cost matrix cells I want to place formulas in cells B3, B4, B5, etc.
that state the following:

When the value in cell A3, A4, A5, etc. is (EXACTLY) a (certain number, say
100) place the value found in 'ARCH Input'!A5, otherwise do nothing (leave
the number as is).

Or another sample would be:

When the value in cell A3, A4, A5, etc. is (EXACTLY) a (certain number, say
200) place the value found in 'ARCH Input'!A5, otherwise do nothing (leave
the number as is).

I dont know how to write the formula to have the value in cells B3, B4, B5
do nothing unless their counterpart number changes. Otherwise they
continually change to pick up the current number in ARCH Input!A5.

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
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
automatically copy formulas down columns or copy formulas all the HowlingBlue Excel Worksheet Functions 1 March 16th 07 11:11 PM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 08:01 PM
Formulas Shukura New Users to Excel 0 November 9th 06 04:40 PM
formulas for changing formulas? creativeops Excel Discussion (Misc queries) 4 January 26th 06 03:07 AM


All times are GMT +1. The time now is 05:32 AM.

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"