J
Jerri
I want to create a limitation so that the entry into the
different areas of my form are not greater than a specific
cell-also entered by the user.
translated: the values of each product entered by user
cannot be greater than po value, also entered by user.
I have tried data validation, I chose Custom and put in
various formulas:
=Sum((c1+c2+c3)<=b6)
Sum((c1+c2+c3)<=b6)
but I am thinking it needs to be some sort of IF statement-
-I am just not sure what the right syntax would be.
Ideas?
different areas of my form are not greater than a specific
cell-also entered by the user.
translated: the values of each product entered by user
cannot be greater than po value, also entered by user.
I have tried data validation, I chose Custom and put in
various formulas:
=Sum((c1+c2+c3)<=b6)
Sum((c1+c2+c3)<=b6)
but I am thinking it needs to be some sort of IF statement-
-I am just not sure what the right syntax would be.
Ideas?