![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 67
|
Question:
I am trying to enter a text "property" beside a text "Freq." So I enter the formula in cell b1 =if(a1="Freq.", "property",) But it changes all my other cells which don't have "Freq." beside them to "False". I can't change the values of those cells How would you solve this problem??? Thanks in advance |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Posts: 67
|
Oh I figured out how to solve this problem now
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Columbus, OH, USA
Posts: 3,519
|
Off the top of my head, it doesn't look as though you're telling Excel what to put in if the result of the IF statement is false, try this formula instead:
=if(a1="Freq.", "property","") HTH |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Mar 2002
Posts: 67
|
Yes, I tried that one as well. However, it just erases all the text that does't enter the text "Property"
So what I did was that I creat a new column ie column B. and the old column B becomes column C in cell B1 I enter =if(a1="Freq.","Property",c1) and it works. Then I just delete column C Anyways, Thanks Mark for trying to help |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|