I'm using SharePoint 2007 and I'm working on a List in a DataSheet view.
I created the field "Color" - a dropdown field that contains: "Yellow","Green","Blue". I also created the fields: "YelloFruits" - a dropdown field that contains: "Banana","Lemon","Pineapple". "GreenFruits - a dropdown field that contains: "Apple","Kiwi". "BlueFruits - a dropdown field that contains: "Blueberries".
I need to create a calculated field to behave as follows: IF the "Color" field is equal to "Yellow" THEN present the dropdown field "YellowFruits" ELSE IF the "Color" field is equal to "Green" THEN present the dropdown field "GreenFruits" ELSE IF the "Color" field is equal to "Blue" THEN present the dropdown field "BlueFruits".
Hope it is clear enough.
Thanks, Dror.