Hello,
I'm having some trouble with a spreadsheet I'm trying to create. I'm trying to calculate labor hours for orders that do not have existing inventory. I have a table with labor hours that I'm pulling from based on part numbers with a V-Lookup Function (listed below). I would like to expand on that calculation to account for if there's inventory on hand. Example: If the value column "In FinGoods Y/N" is "true" (meaning there is inventory on hand), then I do not want the labor time to show. I only want the labor times to be displayed if the value "false" shows in the "In FinGoods Y/N" column.
The current formula in the cells for Production Cell 1 through 3 is: =IFNA(VLOOKUP($E3,LaborHrs[#All],2,FALSE),"Need info")
I'm having some trouble with a spreadsheet I'm trying to create. I'm trying to calculate labor hours for orders that do not have existing inventory. I have a table with labor hours that I'm pulling from based on part numbers with a V-Lookup Function (listed below). I would like to expand on that calculation to account for if there's inventory on hand. Example: If the value column "In FinGoods Y/N" is "true" (meaning there is inventory on hand), then I do not want the labor time to show. I only want the labor times to be displayed if the value "false" shows in the "In FinGoods Y/N" column.
The current formula in the cells for Production Cell 1 through 3 is: =IFNA(VLOOKUP($E3,LaborHrs[#All],2,FALSE),"Need info")
Product# | In FinGoods Y/N | Production Cell 1 (Labor Hrs) | Production Cell 2 (Labor Hrs) | Production Cell 3 (Labor Hrs) | Total Labor Time (Minutes) |
PRO1 | True | =Sum of Production Cell 1 through 3 | |||
PRO2 | True | ||||
PRO3 | False | ||||
PRO4 | False |