#1   Report Post  
Posted to microsoft.public.excel.misc
Steve R.
 
Posts: n/a
Default Excel problem

Problem: I have created two spreadsheets.
The first I'll call the Master Costing sheet with two columns. A =
Description and B=cost.

The second I'll call Product style #ABC.

Situation: On Product style #ABC sheet, I have to enter a cost into a cell
for a component part. To do so, I am added a "+" and then switching to the
Master Costing Sheet, highlighting a specific cell and hitting ENTER. This
of course places the value back into the first sheet.

PROBLEM - I have added some lines in the middle of the Master Costing Sheet
which has changed the information flowing back to the Product style #ABC
sheet.

QUESTION: How can I make sure that, if I add lines to the Master Costing
Sheet, it will logically assume that I want to keep the same values flowing
across so, for example, B23 which was $1.57 is now B24 due to the additional
line and it will know to use B24 and not B23.

--
Steve R.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mikeopolo
 
Posts: n/a
Default Excel problem


Sounds like you need to reference the component cost using a vlookup
function, for which you need a range with the first column sorted, and
in your case a second column.

You probably have the required component code on the style sheet.

Then the formula becomes =vlookup(source value, target range,target
column number,FALSE)
Source value is the cell with your component code
Target range is the range on the master cost sheet
Target column number will be 2 in your case (ie the result is returned
from the second column, your costs)
False means only exact match will be accepted

Works better if you give your target range (ie your component codes and
costs) a range name.

Regards
Mike


--
Mikeopolo
------------------------------------------------------------------------
Mikeopolo's Profile: http://www.excelforum.com/member.php...o&userid=18570
View this thread: http://www.excelforum.com/showthread...hreadid=510258

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
Excel 2000 problem copying drawingobjects between sheets SiriS Excel Discussion (Misc queries) 0 February 8th 06 10:31 AM
Strange problem....excel not responding sacrum Excel Discussion (Misc queries) 3 January 24th 06 08:47 PM
Urgent Help Required on Excel Macro Problem Sachin Shah Excel Discussion (Misc queries) 1 August 17th 05 06:26 AM
Problem with Excel 2003 restricting functionality matthewDBS Excel Discussion (Misc queries) 1 August 12th 05 07:44 PM
Problem Editing Macro in Shared Excel File [email protected] Excel Discussion (Misc queries) 0 March 19th 05 06:01 PM


All times are GMT +1. The time now is 09:40 AM.

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"