dgavilanes
Member
Hi All,
my formula is almost there, it needs a litle tweaking.
If no data in a cell, I would like "-" if less than 10 "*"
=IF(D3<10,"*",IF(D3=" ","-",C3/D3))
Output should be
C D output
16 34 47.1
blank blank -
1 6 *
Thanks
Dennis
my formula is almost there, it needs a litle tweaking.
If no data in a cell, I would like "-" if less than 10 "*"
=IF(D3<10,"*",IF(D3=" ","-",C3/D3))
Output should be
C D output
16 34 47.1
blank blank -
1 6 *
Thanks
Dennis