Forum Discussion
Data Validation for previous rows
- Apr 20, 2022
Re. We're currenthly validating LEN>0 if that helps
If the SUMPRODUCT formula previously shared does what you want with regard to columns C,F,H no update is requiredCan that code also include a check that columns B-H cannot be populated unless A is also populated?
A different Data Validation rule must apply to columns B-H then:
With the above example
- Select B2:H16
- Data Validation rule Custom: =$A2 <> "" AND uncheck option Ignore blank:
Sample updated and attached
We're currenthly validating LEN>0 if that helps
Sorry, all a bit new to this.
Can that code also include a check that columns B-H cannot be populated unless A is also populated?
- LorenzoApr 20, 2022Silver Contributor
Re. We're currenthly validating LEN>0 if that helps
If the SUMPRODUCT formula previously shared does what you want with regard to columns C,F,H no update is requiredCan that code also include a check that columns B-H cannot be populated unless A is also populated?
A different Data Validation rule must apply to columns B-H then:
With the above example
- Select B2:H16
- Data Validation rule Custom: =$A2 <> "" AND uncheck option Ignore blank:
Sample updated and attached