Multiple If in Data Validation
Solved/Closed
smuneeb
Posts
67
Registration date
Saturday September 5, 2015
Status
Member
Last seen
March 8, 2017
-
Nov 6, 2015 at 05:05 AM
smuneeb Posts 67 Registration date Saturday September 5, 2015 Status Member Last seen March 8, 2017 - Nov 6, 2015 at 01:21 PM
smuneeb Posts 67 Registration date Saturday September 5, 2015 Status Member Last seen March 8, 2017 - Nov 6, 2015 at 01:21 PM
Related:
- Multiple if statements in excel data validation
- Using multiple if functions with data validation - Excel Forum
- How many if statements can you nest - Guide
- Excel data validation list from table multiple columns - Guide
- Transfer data from one excel worksheet to another automatically - Guide
- If cell contains (multiple text criteria) then return (corresponding text criteria) ✓ - Excel Forum
2 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Nov 6, 2015 at 10:02 AM
Nov 6, 2015 at 10:02 AM
May be like this
=AND(IF(ISNUMBER(E2),AND(E2>0,E2<=40,MOD(E2,1)=0),OR(E2="A",E2="Zero")) , IF(OR(D2="Repeater(s)",D2="Improvement"),FALSE,TRUE))
=AND(IF(ISNUMBER(E2),AND(E2>0,E2<=40,MOD(E2,1)=0),OR(E2="A",E2="Zero")) , IF(OR(D2="Repeater(s)",D2="Improvement"),FALSE,TRUE))
Nov 6, 2015 at 11:26 AM
Thanks Great you have done awesome job
Excellent
Thanks