Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jeff
 
Posts: n/a
Default calculate % change in price for each of 200+ products

I work for a school system. Schools order custoidal supplies from a catalog
of 200+ items. Some items are ordered monthly, others periodically. I have
a spreadsheet of ALL the orders for each product type, it is 9000+ lines.
Prices have changed several times for many products. I want to summarize the
list of each product, identify the highest and lowest price paid and the % of
change in the price for each item.
Item Hi Low % Incr
Paper towels $4 $3 33%
5 gal Plastic bags $6 $4 50%
etc.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default calculate % change in price for each of 200+ products

Assuming product in column A, prices in column B. On another sheet list all
products in A2:A201, then use

High: =MAX(IF(Sheet1!$A$1:$A$10000A2),Sheet1!$B$1:$B$100 0)))
Low: =MIN(IF(Sheet1!$A$1:$A$10000A2),Sheet1!$B$1:$B$100 0)))

which are array formulae, it should be committed with Ctrl-Shift-Enter, not
just Enter.

%Incr: =(B2/A2)-1 and format as a percentage.


--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Jeff" wrote in message
...
I work for a school system. Schools order custoidal supplies from a

catalog
of 200+ items. Some items are ordered monthly, others periodically. I

have
a spreadsheet of ALL the orders for each product type, it is 9000+ lines.
Prices have changed several times for many products. I want to summarize

the
list of each product, identify the highest and lowest price paid and the %

of
change in the price for each item.
Item Hi Low % Incr
Paper towels $4 $3 33%
5 gal Plastic bags $6 $4 50%
etc.



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
Calculate change in blood pressure BRIAN LEE via OfficeKB.com Excel Worksheet Functions 2 May 10th 05 07:49 PM
calculate monthly average percentage of change vikgarden Excel Worksheet Functions 2 April 15th 05 07:38 PM
Can you change the PMT function tio calculate off of 365 days? Will Excel Worksheet Functions 1 March 18th 05 07:27 PM
Repost -calculate % change for each phrase. Gwen Excel Worksheet Functions 0 January 3rd 05 05:47 PM
Calculate change over time Gwen Excel Worksheet Functions 0 January 1st 05 05:52 PM


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