Hi
I am trying to create an if function in column w
I have come up with two separate functions need then combined in Cell W5
Formula 1 for “money out”
=If ( ISNUMBER(SEARCH(“Money Out”,Q5)>0,
-T5,””)
Formula 2 for “money in”
If(isnumber(search (“Money In”, R5)>0,U5,””)
Can you let me know how to combine the formulas
I am trying to create an if function in column w
I have come up with two separate functions need then combined in Cell W5
Formula 1 for “money out”
=If ( ISNUMBER(SEARCH(“Money Out”,Q5)>0,
-T5,””)
Formula 2 for “money in”
If(isnumber(search (“Money In”, R5)>0,U5,””)
Can you let me know how to combine the formulas