Re: Add text based on imput in another cell
- From: "HH" <deerlake@xxxxxxxxxxxxx>
- Date: Thu, 1 May 2008 05:10:12 -0500
Rick,
C21 is a general text cell where the user can type comments. There is no
formula in this cell now.
"Rick Rothstein (MVP - VB)" <rick.newsNO.SPAM@xxxxxxxxxxxxxxxxxx> wrote in
message news:%23y4UxZ1qIHA.1736@xxxxxxxxxxxxxxxxxxxxxxx
What is in C21 now? By that I mean, does it contain a formula which
displays text (if so, tell us the formula) or does it contain text typed
in by the user?
Rick
"HH" <deerlake@xxxxxxxxxxxxx> wrote in message
news:2j9Sj.1669$_.1332@xxxxxxxxxxxxxxxxxxxxxxxxx
Maybe I was not clear enough - or maybe I don't understand. I'll try
again..
If I put a value less than 1980 in cell C17, I would like a text
statement added to cell C21. This added text statement would say
"Construction material may contain lead." There may already be a text
statement in C21 so the new statement would be added at the end of
whatever is already in the cell.
What I have come up with is: =If (C17>1980,C21="Construction material may
contain lead.","") I think this would delete whatever is already in
C21 and replace the Consturction material...statement. But even if it
would work - I don't know where to add the =if statement.
Thanks
"HH" <deerlake@xxxxxxxxxxxxx> wrote in message
news:rx2Sj.1452$_.1022@xxxxxxxxxxxxxxxxxxxxxxxxx
Based on value in C15 I want to have a text statement added to cell
B21. I would like this to be put at the end of whatever is already in
B21 - not just replace the cell content.
Need help with the code - and where it would go.
Thanks
.
- Follow-Ups:
- Re: Add text based on imput in another cell
- From: Rick Rothstein \(MVP - VB\)
- Re: Add text based on imput in another cell
- References:
- Re: Add text based on imput in another cell
- From: HH
- Re: Add text based on imput in another cell
- From: Rick Rothstein \(MVP - VB\)
- Re: Add text based on imput in another cell
- Prev by Date: RE: Macro to close without saving
- Next by Date: Re: Problem using VBA for Excel to protect a Workbook with a password.
- Previous by thread: Re: Add text based on imput in another cell
- Next by thread: Re: Add text based on imput in another cell
- Index(es):
Relevant Pages
|