Hi!
I am trying to find a formula that will help me... not sure if anyone can help me at all pretty please!!
I need something that to have a formula that will help me...
So the formula would be...
If cell A1 contains the word 'Joint' then cell B1 needs to be multiplied by 2, if cell A1 contains the word 'Family', cell B1 needs to be multiplied by 3, if it doesn't contain anything else then B1 multiplies by 1...
I managed to get two functions in by using formula:
=IF(ISERROR(FIND("Family",A1)),B1*1,B1*3)
But I couldn't get the joint in there as well any help would be really appreciated!!!
I am trying to find a formula that will help me... not sure if anyone can help me at all pretty please!!
I need something that to have a formula that will help me...
So the formula would be...
If cell A1 contains the word 'Joint' then cell B1 needs to be multiplied by 2, if cell A1 contains the word 'Family', cell B1 needs to be multiplied by 3, if it doesn't contain anything else then B1 multiplies by 1...
I managed to get two functions in by using formula:
=IF(ISERROR(FIND("Family",A1)),B1*1,B1*3)
But I couldn't get the joint in there as well any help would be really appreciated!!!