Modifying Cell Addresses and operating on them

R

RPG_Gamer

F15 H15
I15 L8
=H14+I13 =IF(F15<G15,0,F15-G15) =IF(H15<=RL,RQ,0)
2(Cell name LT)


The Formula works perfectly but if L8 is changed it is not taken into
account. The Formula for F15 SHOULD be something like =H14+(I*15*-LT)
but any attempt at trying that has failed
*(*=ADDRESS(15-LT,9,4,1)+H14*)*
 
R

RPG_Gamer

As noone is answering I probably didnt make myself understood properly.

F15 is the number of stock left from the day before (H14) plus th
delivery which takes 2 days (hence I13 instead of I15) so the formul
would be =H14+I13.

Howether, this formula manually takes into account of the time it take
to deliver (2 days) and if the delivery time was improved to 1 then th
changes would not show unless the Formula for Column F is manuall
changed to take that into consideration.

What I am trying to do is create a Formula for Column F that takes int
account any changes to the delivery time (in cell named LT) but hav
failed on each try *(*=ADDRESS(15-LT,9,4,1)+H14*)*.

How do I change the Formula so that the cell LT is taken int
consideration??
 
R

RPG_Gamer

The Formula you gave did the trick BUT, the ("I"&15-LT) part stays the
same and does not change for the new cell when the formula is copied.
How do I get round this new problem?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top