Does anyone know if it is possible to select each item in a dropdown where you might have one or more entries, and separate each one in a formula to calculate hours * rate?
Or a work around if possible.
My current formula works fine for one entry as follows with the [Assigned To] column:
=SUMIFS({KCPL Hours _#OF HOURS}, {KCPL Hours _PROJECT_NUMBER}, [Task Name]$6, {KCPL Hours_PROJECT NAME}, [Task Name]$7, {KCPL Hours_PCL}, [Task Name]@row, {KCPL Hours_ASSIGNED TO}, [Assigned To]@row, {KCPL Hours_PROJECT TASK}, [Task Name]$12) * INDEX({Time & Material Rates_UNIT PRICE}, MATCH([Task Name]@row, {Time & Material Rates_PCL}, 0))
The [Assigned To] column in some cases would contain two names.
Any help would be great. Thanks ahead of time.
David

