Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 42
Default Cell that contains formula but needs to allow text as well

I have cells in columns F-K that each ahave an IF formula that makes them
blank if the cell in Column E has a "no" in it. Situationally, I need to be
able to write an "x" in some of the boxes if Column E has a "yes" in it. My
problem is this: If I type "yes" in column E and type some "x's" in Columns
F-K and later change my mind and write "no" in column E, then the "x's"
remain because the IF formulas are not erased. Is it possible to make the
formulas remain and allow text at the same time? Do I need a macro for this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Cell that contains formula but needs to allow text as well

You can either have a formula or manually entered data in a
cell..................not both.

Try this in F1

=IF(E1="no","",IF(E1="yes","X","neither"))


Gord Dibben MS Excel MVP

On Thu, 10 Jul 2008 15:47:01 -0700, DoubleZ
wrote:

I have cells in columns F-K that each ahave an IF formula that makes them
blank if the cell in Column E has a "no" in it. Situationally, I need to be
able to write an "x" in some of the boxes if Column E has a "yes" in it. My
problem is this: If I type "yes" in column E and type some "x's" in Columns
F-K and later change my mind and write "no" in column E, then the "x's"
remain because the IF formulas are not erased. Is it possible to make the
formulas remain and allow text at the same time? Do I need a macro for this?


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 with cell column from cell text mjones Excel Discussion (Misc queries) 3 April 25th 08 01:17 AM
Insert text from one cell into formula in another cell. Deserthawk99 Excel Discussion (Misc queries) 2 March 1st 08 05:02 PM
text and formula in the same cell - how do I format this cell?? [email protected] Excel Discussion (Misc queries) 4 December 26th 06 11:36 PM
Excel Formula if cell is empty then no if text in cell then yes Kathy Excel Worksheet Functions 2 December 20th 06 05:24 PM
match cell text with text in formula Todd L. Excel Worksheet Functions 3 December 9th 04 08:11 PM


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