Hello all
Can you help please on this formula
I am trying to say the following
If = F24 = "Well-being" then leave cell blank, if = F24 is not equal to "Well-being" then B24-$B$8
The reason why I tried to use (ISNUMBER(FIND( is because "Well-being is part of a string of numbers and text
IE: 1: Well-being fghfhj or 5: 114A Well-being hfhfh
Can you help please on this formula
Code:
=IF(ISNUMBER(FIND(Well-being,F24)),"",B24-$B$8)
I am trying to say the following
If = F24 = "Well-being" then leave cell blank, if = F24 is not equal to "Well-being" then B24-$B$8
The reason why I tried to use (ISNUMBER(FIND( is because "Well-being is part of a string of numbers and text
IE: 1: Well-being fghfhj or 5: 114A Well-being hfhfh