you had no drop-down or data validation for the artist.
also, i think you made a type in your requirement
- Then, when the option is selected from that dropdown list, in "Shots" Worksheet, Column I ("Cost"), I would like to display a multiplication of:
Time Total (Shots Worksheet, Column H) x (Cost (Shots Worksheet, Column I) x Selected Artist Hourly Rate (Artists Worksheet, Column C)
you are trying to run a calc in column I, based on a value in column I. that is a monor concern, im sure you can correct that yourself
for the formula to find the artist's hourly rate, use this...
=VLOOKUP(C9,ARTISTS!$A$2:$F$15,3,FALSE). you can build this value into your formula
Bookmarks