Thread
:
Using Function IF
View Single Post
#
1
cihow81
Posts: n/a
Using Function IF
Cell A1 is a variable
Cell A2 is a variable
Cell A6=IF(ABS(A1-A2)<2,TRUE,FALSE)
Instead of Displaying True and False when data are inserted into the cells,
could i display other words, such as YES and NO? If can, how do i do it?
Reply With Quote