P
Paige
If an employee input a dollar amount into G12, can I mandate he fill in what
the purpose was in A12? If he doesn't fill in the annotation in A12, then he
has to remove the dollar amount in G12 before proceeding with the rest of the
form. The highest dollar amount used in G12 would be $75.
Want dollar amount in G12
Want text in A12
I can make it work outside my cells with
Cell I formula
=IF(AND(G12>0,A12=""),"Error"," ")
Cell J formula
=IF(AND(G12>0,A12=""),"Need to fill out column A","OK")
How do I make it work inside my cells?
the purpose was in A12? If he doesn't fill in the annotation in A12, then he
has to remove the dollar amount in G12 before proceeding with the rest of the
form. The highest dollar amount used in G12 would be $75.
Want dollar amount in G12
Want text in A12
I can make it work outside my cells with
Cell I formula
=IF(AND(G12>0,A12=""),"Error"," ")
Cell J formula
=IF(AND(G12>0,A12=""),"Need to fill out column A","OK")
How do I make it work inside my cells?