coaster123
New Member
- Joined
- May 26, 2012
- Messages
- 25
hi this is the formula i have at the moment
=IF('results '!G2=L2,F2,-E2)
this works fine but until i input data into the cells in the results i would like it to display a blank cell now obviously we have a true and false value here
is there a way to edit this function so i can have 2 false values
so the function would look something like this but work
=IF('results '!G2=L2,F2,-E2,"")
or
=IF('results '!G2=L2,F2,-E2,if('results '!G2="",""))
these dont work but is there one that will
thanks
=IF('results '!G2=L2,F2,-E2)
this works fine but until i input data into the cells in the results i would like it to display a blank cell now obviously we have a true and false value here
is there a way to edit this function so i can have 2 false values
so the function would look something like this but work
=IF('results '!G2=L2,F2,-E2,"")
or
=IF('results '!G2=L2,F2,-E2,if('results '!G2="",""))
these dont work but is there one that will
thanks