layalhasan
New Member
- Joined
- Jun 22, 2017
- Messages
- 4
I have a excel sheet and i have created a data validation function. Its a conditional dropdown but I can not input my equation in data validation field. Its says too many arguments. My equation is
What i am missing here? Is it too long? Is there any other way to achieve this? I have some more argument which i need to add with this function. Please help
Code:
[FONT=Arial]=IF(A4="Capital",'New List'!$C$2:$C$42,IF(A4="Pier Caps",'New List'!$C$43:$C$84),IF(A4="Keystones",'New List'!$C$85:$C$86),IF(A4="Round Louvre",'New List'!$C$87:$C$88),IF(A4="Open Rings",'New List'!$C$89:$C$90),IF(A4="Pyramids",'New List'!$C$91:$C$92),IF(A4="Plinths",'New List'!$C$93:$C$94),IF(A4="Columns",'New List'!$C$95:$C$96))[/FONT]
What i am missing here? Is it too long? Is there any other way to achieve this? I have some more argument which i need to add with this function. Please help