Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 131
Default Attempting to compare and deduct values based on date codes

I am trying to find a way to calculate remaining balance within a specific
date code.
This is an inventory control spread sheet. The left side is for receivables
with date code and the right side is for reduction to inventory for
production base on date codes (not working!).
ex:
REC TOT EX DATE PROD DATE REL QTY EXP DATE 10
10/1/2009 11/2/2007 15
2/14/2008 7056 9/1/2010 2/13/2008 48 4/1/2010
2/14/2008 7056 9/1/2010 2/18/2008 2222 4/1/2010
2/14/2008 7056 9/1/2010 2/18/2008 2148 9/1/2010
2/14/2008 3696 9/1/2008 2/20/2008 5404 9/1/2010

In this ex. I need to be able to deduct 2148 and still reflect that I have
X amount left in that code date. And once all of that code date is used up,
I need a flag saying use next code date or 0 remainin or something like that.
Is there a way to do this?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 471
Default Attempting to compare and deduct values based on date codes

I am sure there are ways to do this, but I don't understand your terms. What
is a date code? Is the Date code The EX DATE on the left and the EXP DATE on
the right? If I am understanding correctly, you need to to track the total
received of Date Code 9/1/2010 (received 7056) so that then 2148 released
against it yields an ending available balance of 7056-2148 or 4908, right?
Then next to the releases I'd add a column called Available or something like
that. In this I'd have a formula that would add all that Date Code's
Releases together and then subtract that # from the received qty and display
the available balance. Then we'd have to build a macro to alert you when
that # goes below zero. I can do that if you like, but want to make sure I
am on the right track first. Please advise.

"Lynn" wrote:

I am trying to find a way to calculate remaining balance within a specific
date code.
This is an inventory control spread sheet. The left side is for receivables
with date code and the right side is for reduction to inventory for
production base on date codes (not working!).
ex:
REC TOT EX DATE PROD DATE REL QTY EXP DATE 10
10/1/2009 11/2/2007 15
2/14/2008 7056 9/1/2010 2/13/2008 48 4/1/2010
2/14/2008 7056 9/1/2010 2/18/2008 2222 4/1/2010
2/14/2008 7056 9/1/2010 2/18/2008 2148 9/1/2010
2/14/2008 3696 9/1/2008 2/20/2008 5404 9/1/2010

In this ex. I need to be able to deduct 2148 and still reflect that I have
X amount left in that code date. And once all of that code date is used up,
I need a flag saying use next code date or 0 remainin or something like that.
Is there a way to do this?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 131
Default Attempting to compare and deduct values based on date codes

Mike H.
Thank you for your response. I do believe that we are on the same page as.
I have saved a copy of my spread sheet that I use for inventory if you have a
place that I could send it to you.
The "code dates" are the expiration dates of the material received. In
attempting to write the request for help I forgot that not everyone works
with food products and would understand the various terms. I apologize for
that.
Yes, I need to bundle the expiration dates on the left side of the sheet and
then be able to deduct from the total of that date on the right side so that
I am not trying to use more than I have of a specific date or leave product
to expire because I missed it. Currently this is done manually and I really
need to find a way to be able to track it on the spread sheet.
I do appreciate your help.


"Mike H." wrote:

I am sure there are ways to do this, but I don't understand your terms. What
is a date code? Is the Date code The EX DATE on the left and the EXP DATE on
the right? If I am understanding correctly, you need to to track the total
received of Date Code 9/1/2010 (received 7056) so that then 2148 released
against it yields an ending available balance of 7056-2148 or 4908, right?
Then next to the releases I'd add a column called Available or something like
that. In this I'd have a formula that would add all that Date Code's
Releases together and then subtract that # from the received qty and display
the available balance. Then we'd have to build a macro to alert you when
that # goes below zero. I can do that if you like, but want to make sure I
am on the right track first. Please advise.

"Lynn" wrote:

I am trying to find a way to calculate remaining balance within a specific
date code.
This is an inventory control spread sheet. The left side is for receivables
with date code and the right side is for reduction to inventory for
production base on date codes (not working!).
ex:
REC TOT EX DATE PROD DATE REL QTY EXP DATE 10
10/1/2009 11/2/2007 15
2/14/2008 7056 9/1/2010 2/13/2008 48 4/1/2010
2/14/2008 7056 9/1/2010 2/18/2008 2222 4/1/2010
2/14/2008 7056 9/1/2010 2/18/2008 2148 9/1/2010
2/14/2008 3696 9/1/2008 2/20/2008 5404 9/1/2010

In this ex. I need to be able to deduct 2148 and still reflect that I have
X amount left in that code date. And once all of that code date is used up,
I need a flag saying use next code date or 0 remainin or something like that.
Is there a way to do this?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 471
Default Attempting to compare and deduct values based on date codes

You could send me something at

"Lynn" wrote:

Mike H.
Thank you for your response. I do believe that we are on the same page as.
I have saved a copy of my spread sheet that I use for inventory if you have a
place that I could send it to you.
The "code dates" are the expiration dates of the material received. In
attempting to write the request for help I forgot that not everyone works
with food products and would understand the various terms. I apologize for
that.
Yes, I need to bundle the expiration dates on the left side of the sheet and
then be able to deduct from the total of that date on the right side so that
I am not trying to use more than I have of a specific date or leave product
to expire because I missed it. Currently this is done manually and I really
need to find a way to be able to track it on the spread sheet.
I do appreciate your help.


"Mike H." wrote:

I am sure there are ways to do this, but I don't understand your terms. What
is a date code? Is the Date code The EX DATE on the left and the EXP DATE on
the right? If I am understanding correctly, you need to to track the total
received of Date Code 9/1/2010 (received 7056) so that then 2148 released
against it yields an ending available balance of 7056-2148 or 4908, right?
Then next to the releases I'd add a column called Available or something like
that. In this I'd have a formula that would add all that Date Code's
Releases together and then subtract that # from the received qty and display
the available balance. Then we'd have to build a macro to alert you when
that # goes below zero. I can do that if you like, but want to make sure I
am on the right track first. Please advise.

"Lynn" wrote:

I am trying to find a way to calculate remaining balance within a specific
date code.
This is an inventory control spread sheet. The left side is for receivables
with date code and the right side is for reduction to inventory for
production base on date codes (not working!).
ex:
REC TOT EX DATE PROD DATE REL QTY EXP DATE 10
10/1/2009 11/2/2007 15
2/14/2008 7056 9/1/2010 2/13/2008 48 4/1/2010
2/14/2008 7056 9/1/2010 2/18/2008 2222 4/1/2010
2/14/2008 7056 9/1/2010 2/18/2008 2148 9/1/2010
2/14/2008 3696 9/1/2008 2/20/2008 5404 9/1/2010

In this ex. I need to be able to deduct 2148 and still reflect that I have
X amount left in that code date. And once all of that code date is used up,
I need a flag saying use next code date or 0 remainin or something like that.
Is there a way to do this?

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
Deduct Months from a Date DaveMoore Excel Worksheet Functions 6 September 8th 07 04:22 AM
Compare multiple dates, can enumerate cell based on most recent date Brian Excel Worksheet Functions 7 May 9th 06 11:02 PM
Compare values, display date DeejGCK Excel Worksheet Functions 2 March 16th 06 08:45 PM
Formula to compare multiple rows values based on another column? Murph Excel Worksheet Functions 4 February 21st 05 02:44 AM
How do I calculate interest and deduct late fees based on date pa. leon New Users to Excel 1 January 6th 05 02:09 PM


All times are GMT +1. The time now is 05:38 AM.

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"