Forum Discussion
Mfouad2255
Jun 08, 2019Copper Contributor
Excel If Functions
I created If function as shown in attached picture =if (c1>=10;2;0) then if I type a letter or text into c1 it show me the true value Why excel understand that letter or text as number >=10
Mfouad2255
Jun 08, 2019Copper Contributor
Thanks for your reply
But how I can fixed this I need to type text and the value not change or give me the value if false
But how I can fixed this I need to type text and the value not change or give me the value if false
SergeiBaklan
Jun 08, 2019Diamond Contributor
Sorry, I didn't catch. You type some text in c1 and compare it with 10. When you'd like to have TRUE and when FALSE, for which combination of text and 10?
- Mfouad2255Jun 08, 2019Copper ContributorWhen I type text in C1 it give me the value if false in D1 not the value if true
- Mfouad2255Jun 08, 2019Copper ContributorI want if I type the text in C1 give me the value if false in D1
- SergeiBaklanJun 08, 2019Diamond Contributor
So, to return
if in C1 is text AND in D1 is FALSE then value
and
Where to take value?
If in C1 is text and in D1 is TRUE?
If in C1 is not text?
As a staring point you may use check ISTEXT(C1) and build logic based on it
- Mfouad2255Jun 08, 2019Copper ContributorKindly see this attached file
When I type the letter A or text in C1 it give me the true value 2
And if I type 10 it give me same value