G
Guest
Is it possible to have the sheet generate an error (alert) message to the user that A cell was left blank that need to to be filled prior to closing
Eexample: IF(D10>0,IF(C10<0," ",)). Something similar to the validation error generator, only, I want to display this message only if D10>0," ", and C10<0," ",. The value in D10 determines the value in C10. If D10 has no vlaue or is blank, then, it's okay to close without error message. However, if D10 does have a value, C10 must also be populated
Thanks for the help!
Eexample: IF(D10>0,IF(C10<0," ",)). Something similar to the validation error generator, only, I want to display this message only if D10>0," ", and C10<0," ",. The value in D10 determines the value in C10. If D10 has no vlaue or is blank, then, it's okay to close without error message. However, if D10 does have a value, C10 must also be populated
Thanks for the help!