Thread: 2 things
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Myrna Larson Myrna Larson is offline
external usenet poster
 
Posts: 863
Default 2 things

Assuming the prices in column C, =(C2-C1)/C1 or =C2/C1-1

Have you checked Google for tutorials?


On Fri, 24 Sep 2004 22:59:10 -0400, "Srikanth Veera"
wrote:

I want to know information on two things.
i. Is there a tutorial sort of thing on the internet to learn excel
programming from scratch. I would like to see a user guide on how to as well
as some sample exercises to work on.

ii. I have a file that comes in a format as below :

Date Product Name Price Category
1/1/04 A1 100.00 High End
2/1/04 A1 105.00 High End
3/1/04 A1 135.00 High End
4/1/04 A1 175.00 High End
5/1/04 A1 205.00 High End
6/1/04 A1 215.00 High End
1/1/04 B1 100.00 High End
2/1/04 B1 105.00 High End
3/1/04 B1 135.00 High End

There are other products and other categories. I would like to get something
of the following format :
Date Product Name Price Category
Percentage change
1/1/04 A1 100.00 High End
Not applicable
2/1/04 A1 105.00 High End
=(New minus Old prices ) / price


Can someone help with the percentage changes ? Thanks
Srikanth Vee