Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
When i am working on the IF condition i get the result as "False"
instead of Blanks. I used the below condition for Example; if(a=20,5,"') where i am getting the result as false instead of blanks. Can any one help me to know the reason as to why i am getting false. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming source numbers in A1 down
Try the IF like this in say B1: =IF(A1+0=20,5,"") Copy B1 down The "+0" will help to coerce any text numbers in col A to real numbers for the correct evaluation -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Mahesh" wrote: When i am working on the IF condition i get the result as "False" instead of Blanks. I used the below condition for Example; if(a=20,5,"') where i am getting the result as false instead of blanks. Can any one help me to know the reason as to why i am getting false. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You've presumably mistyped the formula in some way, but not the way you've
shown it here (with one double quote and one single). Don't try to retype the formula for the group; copy and paste from the formula bar so that we can see what you have done wrong. Three questions are what the parameter separator character is set to be in your system, what the thousands separator, and what the decimal separator? -- David Biddulph "Mahesh" wrote in message oups.com... When i am working on the IF condition i get the result as "False" instead of Blanks. I used the below condition for Example; if(a=20,5,"') where i am getting the result as false instead of blanks. Can any one help me to know the reason as to why i am getting false. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF condition Nesting limit error | New Users to Excel | |||
IF condition Nesting limit error | New Users to Excel | |||
IF condition Nesting limit error | New Users to Excel | |||
Condition 1 overules condition 2? | Excel Worksheet Functions | |||
Condition now returns error | Excel Worksheet Functions |