PC Review


Reply
Thread Tools Rate Thread

Change cell formula based on input in different cell

 
 
DtTall
Guest
Posts: n/a
 
      16th Nov 2006
Here is a somewhat unique issue. I am dealing with a variable lead
time on an item and the value entered can be 1, 2, 3...etc for how many
weeks.

The issue is that if the value is 1 then B5=C4. If the value is
changed to 2, then I want B5=D4 and so on. Is there anyway to do this?

Any help is much appreciated.

Thanks,
DtTall

 
Reply With Quote
 
 
 
 
Ardus Petus
Guest
Posts: n/a
 
      16th Nov 2006
Assuming your input cell is A1, enter in B5:
=OFFSET(B4,0,A1)

Cheers,
--
AP

"DtTall" <(E-Mail Removed)> a écrit dans le message de news:
(E-Mail Removed)...
> Here is a somewhat unique issue. I am dealing with a variable lead
> time on an item and the value entered can be 1, 2, 3...etc for how many
> weeks.
>
> The issue is that if the value is 1 then B5=C4. If the value is
> changed to 2, then I want B5=D4 and so on. Is there anyway to do this?
>
> Any help is much appreciated.
>
> Thanks,
> DtTall
>



 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      16th Nov 2006
In B5

=CHOOSE(variable_lead_time,C4,D4)

just extend as required

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"DtTall" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Here is a somewhat unique issue. I am dealing with a variable lead
> time on an item and the value entered can be 1, 2, 3...etc for how many
> weeks.
>
> The issue is that if the value is 1 then B5=C4. If the value is
> changed to 2, then I want B5=D4 and so on. Is there anyway to do this?
>
> Any help is much appreciated.
>
> Thanks,
> DtTall
>



 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      16th Nov 2006
Long time no see!

"Ardus Petus" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...


 
Reply With Quote
 
Ardus Petus
Guest
Posts: n/a
 
      16th Nov 2006
Been busy getting paid for my developments!

"Bob Phillips" <(E-Mail Removed)> a écrit dans le message de news:
%(E-Mail Removed)...
> Long time no see!
>
> "Ardus Petus" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change Font size based upon cell input =?Utf-8?B?QXNobGV5IE1jS2F5?= Microsoft Excel Misc 5 23rd Mar 2007 06:44 PM
Change formula in cell based on value in another cell vvaidya@pol.net Microsoft Excel Programming 2 7th Dec 2005 11:38 AM
How do I change the format of a cell based on what I input? =?Utf-8?B?SHVza2VyODc=?= Microsoft Excel Worksheet Functions 8 19th Aug 2005 10:45 PM
data validation to restrict input in cell based on value of cell above that cell NC Microsoft Excel Programming 2 25th Jan 2005 07:11 AM
Cells change based on other cell input Vickie******** Microsoft Excel Misc 2 25th Aug 2003 04:40 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:17 AM.