H
hmm
I have this formula in a cell:
=IF(H71>0.99,(K71/RIGHT(F71,3))/H71,"n/a")
I also want to apply this formula to the same cell:
=IF(F71="XL","--","")
Both formulas work independently, but the first one is for if NUMBERS
are entered in column F and the second formula is for if specific TEXT
is entered in column F. How could I combine these two formulas? I think
I need to have the formula first identify the type of contents in column
F in order for this to work...?
Thanks.
=IF(H71>0.99,(K71/RIGHT(F71,3))/H71,"n/a")
I also want to apply this formula to the same cell:
=IF(F71="XL","--","")
Both formulas work independently, but the first one is for if NUMBERS
are entered in column F and the second formula is for if specific TEXT
is entered in column F. How could I combine these two formulas? I think
I need to have the formula first identify the type of contents in column
F in order for this to work...?
Thanks.