#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 304
Default Comparing two lists

I have to list that change daily.
A B C D E F G
info info $ C1-D1 $ info info

When D1 brings back a negative amount, I write "down" in that cell and then
shift the date to the right of it down. Redo the formula to cell-cell. When
it comes back with positive amount, I write "up" in that cell and then shift
the date to the left of it down.
I need the up and downs to compare from yesterdays data.

This is taking way to long. How can I shorten the process?
Example:
A B C(formula) D E
185027 $6.40 $- $6.40 CIRCOR ENERGY PRODUCTS
down $6.40 MONTAPLAST OF NORTH AMERICA
down $6.35 MONARCH HYDRAULICS
down $6.35 SONUS NETWORKS
93247 $6.34 $(0.01) $6.35 UNITED REFRIGERATION
1465 $6.30 $(0.04) $6.34 ACME CRYOGENICS
499512 $6.23 $(0.09) $6.32 WOOD GROUP TURBO POWER
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default Comparing two lists

You don't say what you do if the values in C and D are the same (going by the
long example, not the first setup you described). What if B1-D1 = 0?

A quick 'fix' for the formula in C would be this formula in row 1
=IF(B1-D1<0,"down",IF(B1-D10,"up",B1-D1))
fill that formula down the sheet. That will do your typing of 'down' and
'up' for you as a start.

For me, seeing an example of 'before' and 'after' that includes changes in
both directions, and no change would help figure out how to attack the second
half of your problem. But whatever it is, I'm pretty sure that it's going to
involve an added helper column with a formula in it to see the results of the
"down"/"up" testing and probably a test of the results of the "down"/"up"
test in the previous row to figure out whether to virtually continue to pull
the values on down the sheet or get a new value from a change from "down" to
"up" or from "up" to "down".

"pgarcia" wrote:

I have to list that change daily.
A B C D E F G
info info $ C1-D1 $ info info

When D1 brings back a negative amount, I write "down" in that cell and then
shift the date to the right of it down. Redo the formula to cell-cell. When
it comes back with positive amount, I write "up" in that cell and then shift
the date to the left of it down.
I need the up and downs to compare from yesterdays data.

This is taking way to long. How can I shorten the process?
Example:
A B C(formula) D E
185027 $6.40 $- $6.40 CIRCOR ENERGY PRODUCTS
down $6.40 MONTAPLAST OF NORTH AMERICA
down $6.35 MONARCH HYDRAULICS
down $6.35 SONUS NETWORKS
93247 $6.34 $(0.01) $6.35 UNITED REFRIGERATION
1465 $6.30 $(0.04) $6.34 ACME CRYOGENICS
499512 $6.23 $(0.09) $6.32 WOOD GROUP TURBO POWER

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 304
Default Comparing two lists

Can I email you an example?

"JLatham" wrote:

You don't say what you do if the values in C and D are the same (going by the
long example, not the first setup you described). What if B1-D1 = 0?

A quick 'fix' for the formula in C would be this formula in row 1
=IF(B1-D1<0,"down",IF(B1-D10,"up",B1-D1))
fill that formula down the sheet. That will do your typing of 'down' and
'up' for you as a start.

For me, seeing an example of 'before' and 'after' that includes changes in
both directions, and no change would help figure out how to attack the second
half of your problem. But whatever it is, I'm pretty sure that it's going to
involve an added helper column with a formula in it to see the results of the
"down"/"up" testing and probably a test of the results of the "down"/"up"
test in the previous row to figure out whether to virtually continue to pull
the values on down the sheet or get a new value from a change from "down" to
"up" or from "up" to "down".

"pgarcia" wrote:

I have to list that change daily.
A B C D E F G
info info $ C1-D1 $ info info

When D1 brings back a negative amount, I write "down" in that cell and then
shift the date to the right of it down. Redo the formula to cell-cell. When
it comes back with positive amount, I write "up" in that cell and then shift
the date to the left of it down.
I need the up and downs to compare from yesterdays data.

This is taking way to long. How can I shorten the process?
Example:
A B C(formula) D E
185027 $6.40 $- $6.40 CIRCOR ENERGY PRODUCTS
down $6.40 MONTAPLAST OF NORTH AMERICA
down $6.35 MONARCH HYDRAULICS
down $6.35 SONUS NETWORKS
93247 $6.34 $(0.01) $6.35 UNITED REFRIGERATION
1465 $6.30 $(0.04) $6.34 ACME CRYOGENICS
499512 $6.23 $(0.09) $6.32 WOOD GROUP TURBO POWER

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
Comparing two lists Kyle Excel Discussion (Misc queries) 1 November 7th 06 01:10 AM
Comparing Lists Constantly Amazed Excel Worksheet Functions 1 September 13th 06 05:42 PM
comparing lists - i think xeno Excel Discussion (Misc queries) 2 August 18th 06 01:59 PM
comparing lists bill22 Excel Discussion (Misc queries) 5 June 20th 06 11:27 PM
Comparing 2 Lists inomata Excel Discussion (Misc queries) 0 July 7th 05 12:45 PM


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