OK, so I have an Excel file that has about 15 sheets. The first is a parts
list and price list (two columns). Each of the remaining pages is a product,
with all the components listed, along with quantities and extended pricing.
The price column is made up of references such as ='Parts List'!B1 then B2,
B3, etc.
Now, I need to reformat the names of the parts on the first list, and then
realphabetize them. The problem is, this throws off the calculations on the
other 15 pages. For example, if B3 becomes B5, I need the formula to update
to say B5 instead of B3. Instead, it still says B3 and has the new price for
B3 listed.
Can anyone tell me how to fix this??
This may not work for you, but I'd put the part number in a cell on those
secondary sheets (not the list sheet).
Then use =vlookup() or =index(match()) to retrieve the stuff associated with
those part numbers.
As you've seen, those formulas are never gonna work correctly once you sort.
You may want to read Debra Dalgleish's notes:
www.contextures.com/xlFunctions02.html (for =vlookup())
and
www.contextures.com/xlFunctions03.html (for =index(match()))
KatrinaSCC wrote:
gt;
gt; OK, so I have an Excel file that has about 15 sheets. The first is a parts
gt; list and price list (two columns). Each of the remaining pages is a product,
gt; with all the components listed, along with quantities and extended pricing.
gt; The price column is made up of references such as ='Parts List'!B1 then B2,
gt; B3, etc.
gt;
gt; Now, I need to reformat the names of the parts on the first list, and then
gt; realphabetize them. The problem is, this throws off the calculations on the
gt; other 15 pages. For example, if B3 becomes B5, I need the formula to update
gt; to say B5 instead of B3. Instead, it still says B3 and has the new price for
gt; B3 listed.
gt;
gt; Can anyone tell me how to fix this??
--
Dave Peterson
Thanks so much!! I had never used Index/Match before, so I learned something
new and it worked perfectly. The links to the articles explaining how to use
those functions were extremely helpful. Thanks!
quot;Dave Petersonquot; wrote:
gt; This may not work for you, but I'd put the part number in a cell on those
gt; secondary sheets (not the list sheet).
gt;
gt; Then use =vlookup() or =index(match()) to retrieve the stuff associated with
gt; those part numbers.
gt;
gt; As you've seen, those formulas are never gonna work correctly once you sort.
gt;
gt; You may want to read Debra Dalgleish's notes:
gt; www.contextures.com/xlFunctions02.html (for =vlookup())
gt; and
gt; www.contextures.com/xlFunctions03.html (for =index(match()))
gt;
gt; KatrinaSCC wrote:
gt; gt;
gt; gt; OK, so I have an Excel file that has about 15 sheets. The first is a parts
gt; gt; list and price list (two columns). Each of the remaining pages is a product,
gt; gt; with all the components listed, along with quantities and extended pricing.
gt; gt; The price column is made up of references such as ='Parts List'!B1 then B2,
gt; gt; B3, etc.
gt; gt;
gt; gt; Now, I need to reformat the names of the parts on the first list, and then
gt; gt; realphabetize them. The problem is, this throws off the calculations on the
gt; gt; other 15 pages. For example, if B3 becomes B5, I need the formula to update
gt; gt; to say B5 instead of B3. Instead, it still says B3 and has the new price for
gt; gt; B3 listed.
gt; gt;
gt; gt; Can anyone tell me how to fix this??
gt;
gt; --
gt;
gt; Dave Peterson
gt;
- Oct 18 Sat 2008 20:47
Problems with formulas and sorting
close
全站熱搜
留言列表
發表留言