ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   " " means in IF function (https://www.excelbanter.com/excel-discussion-misc-queries/30321-%22-%22-means-if-function.html)

Sorue

" " means in IF function
 
I'm trying to understand what does this mark mean " " in IF function (Logical
test). This has been done in many Excell worksheets but I could not find the
author to ask him. If any one can understand the meaning from the examples
below, please let me know or provide any helpfull material.

=IF(B8-$D$40.05,B8-$D$4,IF(A8="","",0))
=IF(E8="","",IF(ABS(D8-E8)<0.05,0,D8-E8))

Thanks

Andy Wiggins

The test A8="" is simply asking whether or not there is anything in that
particular cell.

--
Andy Wiggins FCCA
www.BygSoftware.com
Excel, Access and VBA Consultancy
-

"Sorue" wrote in message
...
I'm trying to understand what does this mark mean " " in IF function

(Logical
test). This has been done in many Excell worksheets but I could not find

the
author to ask him. If any one can understand the meaning from the examples
below, please let me know or provide any helpfull material.

=IF(B8-$D$40.05,B8-$D$4,IF(A8="","",0))
=IF(E8="","",IF(ABS(D8-E8)<0.05,0,D8-E8))

Thanks




Ken Russell

It is asking if the cell is empty, if so return an empty cell otherwise
return 0.

--
Ken Russell


Remove yourhat to reply by e-mail
..

"Sorue" wrote in message
...
I'm trying to understand what does this mark mean " " in IF function
(Logical
test). This has been done in many Excell worksheets but I could not find
the
author to ask him. If any one can understand the meaning from the examples
below, please let me know or provide any helpfull material.

=IF(B8-$D$40.05,B8-$D$4,IF(A8="","",0))
=IF(E8="","",IF(ABS(D8-E8)<0.05,0,D8-E8))

Thanks





All times are GMT +1. The time now is 07:37 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com