Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default MANAGING PRICELISTS

problem statement

i am working with a pricelist
i have 4 columns. column A=category, column B=item code, column C=price, column D=year.
i want column E to contain a formula that will appear the value false if the price between year 2003 and year 2004 has changed, and the value true if it has not changed (formula ignores 2002 price).
p.s. item code is not unique for each year as it may appear several times in a year if it belongs to multiple categories

how could create this formula

pls help me!!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default MANAGING PRICELISTS

hi Angie
one way:
- first create a helper column (lets say a new column A - therefore
your other columns are shifted to the left) and put the following
formula in A1 (this concatenates item code and year):
=C1 & D1 and copy down
In F1 put the following formula
=IF(E1=2004,IF(VLOOKUP(C1&"2003",$A$1:$E$999,4,0)< D1,"price
change","no change"),"")
copy down
where column B=category, column C=item code, column D=price, column
E=year
You can hide the helper column A if you like

HTH
Frank

angie wrote:
problem statement:

i am working with a pricelist.
i have 4 columns. column A=category, column B=item code, column
C=price, column D=year.
i want column E to contain a formula that will appear the value false
if the price between year 2003 and year 2004 has changed, and the
value true if it has not changed (formula ignores 2002 price). p.s.
item code is not unique for each year as it may appear several times
in a year if it belongs to multiple categories.

how could create this formula?

pls help me!!!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default ΘΕΜΑ: MANAGING PRICELISTS

thank you Frank
you are very helpful!
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default MANAGING PRICELISTS

Angie
you're welcome
Frank
angie wrote:
thank you Frank!
you are very helpful!



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
Creating Pricelists from product list in Excel 2003 berniean Excel Worksheet Functions 2 August 5th 09 10:10 PM
Managing add-ins via the registry Athos Setting up and Configuration of Excel 0 February 5th 09 01:00 PM
Managing columns KLH Excel Worksheet Functions 3 March 14th 08 12:28 AM
Managing bad data hasn7 Excel Discussion (Misc queries) 2 May 18th 06 10:53 PM
Managing a big report nbeaird Excel Discussion (Misc queries) 0 March 16th 05 03:25 PM


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