Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default URGENT: Comparing Ranges, Selecting Values, and blah blah blah

Hi,

Need some urgent help. Here is what I'm trying to do:

I have a number of machines at different locations. There is a list o
dates which specify the end of life for a machine. When that life end
we need to replace the machine or buy a new machine. We can replace i
by another machine from our fleet if there is a machine whose revenu
is less than 30.

So we go through the date list one by one (in the sorted order so tha
we attend to the machine which has the earliest end date), find
replacement for it (which has revenue less than 30- if it doesnot hav
any replacement we say buy a new one). And we can display it any forma
on a new sheet.

In my excel workbook I have 2 worksheets. In the DATE worksheet I hav
2 columns, one with machine locations and one with end of life dates
They are sorted in ascending order of end of life. In REVENU
worksheet, I have information about revenue earned by each location fo
every year for a period of 15 years.

I've been trying to do this for long and need to get it done asap
Please help. I can even send you the workbook if you email me a


I really appreciate the time you have taken to read this post :) Thank
a lot

Ker

--
Message posted from
http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
N10 N10 is offline
external usenet poster
 
Posts: 141
Default URGENT: Comparing Ranges, Selecting Values, and blah blah blah


"desikerl " wrote in message
...
Hi,

Need some urgent help. Here is what I'm trying to do:

I have a number of machines at different locations. There is a list of
dates which specify the end of life for a machine. When that life ends
we need to replace the machine or buy a new machine. We can replace it
by another machine from our fleet if there is a machine whose revenue
is less than 30.

So we go through the date list one by one (in the sorted order so that
we attend to the machine which has the earliest end date), find a
replacement for it (which has revenue less than 30- if it doesnot have
any replacement we say buy a new one). And we can display it any format
on a new sheet.

In my excel workbook I have 2 worksheets. In the DATE worksheet I have
2 columns, one with machine locations and one with end of life dates.
They are sorted in ascending order of end of life. In REVENUE
worksheet, I have information about revenue earned by each location for
every year for a period of 15 years.

I've been trying to do this for long and need to get it done asap.
Please help. I can even send you the workbook if you email me at


I really appreciate the time you have taken to read this post :) Thanks
a lot

Kerl


---
Message posted from
http://www.ExcelForum.com/



Hi Kerl


You were explicit about what you are doing but not why you contacted this
group ...;)

Best N10




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default URGENT: Comparing Ranges, Selecting Values, and blah blah blah

How do you determine the revenue for the machine? Is it the value in the
REVENUE worksheet for the last year the machine was in use? Or is it the
value where the year is 2004? If you could structure your REVENUE data (or
create a separate table) so that it only contains one row per machine, then
you could use a VLOOKUP formula in the DATE worksheet:

=vlookup(MachineLocation, RangeWhereRevenueIsHeld,
ColumnContainingTheRevenue, FALSE)

Check the Help for more info on VLOOKUP. Post back if this is unclear.

--
Dianne Butterworth

Hi,

Need some urgent help. Here is what I'm trying to do:

I have a number of machines at different locations. There is a list of
dates which specify the end of life for a machine. When that life ends
we need to replace the machine or buy a new machine. We can replace it
by another machine from our fleet if there is a machine whose revenue
is less than 30.

So we go through the date list one by one (in the sorted order so that
we attend to the machine which has the earliest end date), find a
replacement for it (which has revenue less than 30- if it doesnot have
any replacement we say buy a new one). And we can display it any
format on a new sheet.

In my excel workbook I have 2 worksheets. In the DATE worksheet I have
2 columns, one with machine locations and one with end of life dates.
They are sorted in ascending order of end of life. In REVENUE
worksheet, I have information about revenue earned by each location
for every year for a period of 15 years.

I've been trying to do this for long and need to get it done asap.
Please help. I can even send you the workbook if you email me at


I really appreciate the time you have taken to read this post :)
Thanks a lot

Kerl


---
Message posted from
http://www.ExcelForum.com/



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
Need urgent help selecting correct test!! Pizza Excel Worksheet Functions 0 February 13th 09 03:16 PM
=[Book.xls]Sheet1!A1 and not c:\blah\=[Book.xls]Sheet1!A1 Gaijintendo Excel Discussion (Misc queries) 1 August 7th 08 09:29 AM
URGENT: Using Named Ranges with Chart Wizard artisdepartis Excel Worksheet Functions 4 July 3rd 07 07:46 AM
IF'S Blah phuser Excel Worksheet Functions 13 June 21st 06 08:01 PM
Macro - code for ranges urgent!!! rjc_29 Excel Programming 3 February 20th 04 11:44 AM


All times are GMT +1. The time now is 04:42 PM.

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"