If a field contains X, check another table as to what to do...
I want to have a formula look to a different table to calculate a result as in this example:
In PROJECT CALCULATOR I want to calculate column 3, total charge for a crew member, based on the information typed into column 1 and 2.
The BILLING RATES table holds their hourly rates.
I want to type a name into column 1 and a number of hours into column 2. I then want the formula to figure out column 2 by looking at col 1 to see who's name is there, then refer to the BILLING RATES table to find their rate, then use that rate to multiply it by col 2, thus displaying the total.
Hope this makes sense.