Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Raj Raj is offline
external usenet poster
 
Posts: 130
Default Auomatically updatting formula when cell is not blank

Week 10 11 12 13 Forecast Balance Worst
case
Order book 75,261 91,423 83,455
70,585
Sales achieved 2,326 9,649 8,655 33,500 12,870

The Sales and order book has sheets for each month data and monthly sheet
has columns for weekly information.

The order book and sales achieved is updated at end of each week. Sales
forecast is entered at beginning of month. Balance is forecast less
achievement.

The worst case order book is week end order position less Balance . At the
end of 1st week c2, d2, e2 will be blank; at end of week 2 d2 & e2 will be
blank ....

As and when we enter each weeks information I am required to alter the
formula for Worst case order book from b2 to c2 to d 2 and so on. Is there
any way I can automate it -

Week end order position is updated manually as it is net of cancellations etc.


Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
Raj Raj is offline
external usenet poster
 
Posts: 130
Default Auomatically updatting formula when cell is not blank

Thanks
Your assumptions are correct and this helps.

An obvious and a simple solution. Thanks again.

Raj
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,510
Default Auomatically updatting formula when cell is not blank

Hi Again Raj,

If my assumptions were correct in my previous post then you could copy the
following formula into the Worst case column:-

=IF(C2=0,B2-G2,IF(D2=0,C2-G2,IF(E2=0,D2-G2,E2-G2)))

The formula simply tests for the value in the next cell and if it = zero
then it uses the previous cell contents to perform the calculation. It
repeats this until the end of the 4 cells.

If this is not what you want then please answer the questions in my previous
post and I will have another look at it.

Regards,

OssieMac


"Raj" wrote:

Week 10 11 12 13 Forecast Balance Worst
case
Order book 75,261 91,423 83,455
70,585
Sales achieved 2,326 9,649 8,655 33,500 12,870

The Sales and order book has sheets for each month data and monthly sheet
has columns for weekly information.

The order book and sales achieved is updated at end of each week. Sales
forecast is entered at beginning of month. Balance is forecast less
achievement.

The worst case order book is week end order position less Balance . At the
end of 1st week c2, d2, e2 will be blank; at end of week 2 d2 & e2 will be
blank ....

As and when we enter each weeks information I am required to alter the
formula for Worst case order book from b2 to c2 to d 2 and so on. Is there
any way I can automate it -

Week end order position is updated manually as it is net of cancellations etc.


Thanks in advance

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,510
Default Auomatically updatting formula when cell is not blank

Hi Raj,

I have been studying your question and I am not really sure that I know what
it is you want to do.

You say that Worst case Order book is week end order position less Balance.
Am I right to assume that you mean that each week you simply subtract the
balance from the last week end figure?

You have not got a Forecast or Balance shown for Order book line. It would
be easier to understand if I had these figures because I could simply test
the calculation. Please let me know what the Forecast and Balance figures are
for Order book line. Then tell me what formulas you would use for Worst case
for week 10 , week 11, week 12 and then I will have a look at it and see if
there is a way to solve your problem.

Regards,

OssieMac



"Raj" wrote:

Week 10 11 12 13 Forecast Balance Worst
case
Order book 75,261 91,423 83,455
70,585
Sales achieved 2,326 9,649 8,655 33,500 12,870

The Sales and order book has sheets for each month data and monthly sheet
has columns for weekly information.

The order book and sales achieved is updated at end of each week. Sales
forecast is entered at beginning of month. Balance is forecast less
achievement.

The worst case order book is week end order position less Balance . At the
end of 1st week c2, d2, e2 will be blank; at end of week 2 d2 & e2 will be
blank ....

As and when we enter each weeks information I am required to alter the
formula for Worst case order book from b2 to c2 to d 2 and so on. Is there
any way I can automate it -

Week end order position is updated manually as it is net of cancellations etc.


Thanks in advance

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
formula for a cell which is blank returns populated cell Gracey1 Excel Discussion (Misc queries) 1 February 2nd 07 09:17 AM
CAN YOU SET GRAPH TO READ, FORMULA IN A CELL AS A BLANK CELL AJ-foster Excel Discussion (Misc queries) 2 July 15th 06 08:34 AM
How to blank a cell with a formula nsv Excel Worksheet Functions 2 November 4th 05 04:30 PM
How do I leave formula cell blank if 2nd reference cell is empty? Liana S Excel Discussion (Misc queries) 2 October 21st 05 04:38 PM
Blank a cell using a formula asach Excel Discussion (Misc queries) 3 February 4th 05 07:13 PM


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