S
streetboarder
Trying to make a fool proof pricing sheet - if there is such a thing
Price = D16
Suggest = E16
Quantity = F16
Total = G16
Here is my current If Statement:
=IF(F16>0,D16*F16,"")
This seems to be working fine until today someone typed in "text" into
the QTY Field. How can I change the if statement to not include the
text?
Thanks!
Josh
Price = D16
Suggest = E16
Quantity = F16
Total = G16
Here is my current If Statement:
=IF(F16>0,D16*F16,"")
This seems to be working fine until today someone typed in "text" into
the QTY Field. How can I change the if statement to not include the
text?
Thanks!
Josh