Can anyone help, I have 3 sheets in one docement, 1 is a form and the others are data to be used as inputs for the form. What I would like to do is enter a number in the form sheet, say enter a value of 1 in A1 that tells the syntax which data sheet to use, then again in the form enter a value of say 20 in cell A2, and display its corisponding value from "sheet 1" in A3 I.e.
If the form is called "form"
Sheet 1 is "sheet 1" and sheet 2 is "sheet 2"
Entering 1 in A1 tells the code to look at sheet 1.
Then in cell A2 enter the number 20, which is a level in a tank. So in sheet 1, A1 is 10, A2 is 20 etc, in B1 and C1 are two more values, the Value of C1 is the data I need to input into the form in cell B3.
In english then, B2 should have code that says if A1 is 1, use sheet 1 to get info, then using the entered value in B2 display the value from "sheet 1" C3
Any help would be fantastic, my brains begining to throb.
Cheers Andy Hickson
If the form is called "form"
Sheet 1 is "sheet 1" and sheet 2 is "sheet 2"
Entering 1 in A1 tells the code to look at sheet 1.
Then in cell A2 enter the number 20, which is a level in a tank. So in sheet 1, A1 is 10, A2 is 20 etc, in B1 and C1 are two more values, the Value of C1 is the data I need to input into the form in cell B3.
In english then, B2 should have code that says if A1 is 1, use sheet 1 to get info, then using the entered value in B2 display the value from "sheet 1" C3
Any help would be fantastic, my brains begining to throb.
Cheers Andy Hickson