Is it possible to use ISTEXT or another command to identify if one cell contains some text then a number is automatically entered in another cell (ideally sourcing the number to be entered from a third cell) I hope that makes some sense - thank you Answer from Richard Rost:
Sure. Just wrap the ISTEXT function inside of an IF function:
=IF(ISTEXT(A1),"text","not text")
If you want to substitute values from other cells in there, you can too:
=IF(ISTEXT(A1),B1,C1)
You can use the IF function to have Excel place a value in a cell based on one or more conditions or values in other cells.
See this FREE tutorial on my web site for more information on how to use the IF function:
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Excel Forum.