I need help with a formula where if column F in the estimate report sheet contains "Hughes" then lookup B24 and return the result in Column 12 of the Estimate Report. Excel accepts the formula, but I am getting a #N/A error message.
=IF(EstimateReport!$F$3:$F$1852="HUGHES",VLOOKUP(EstimateReport!B24,EstimateReport!$A$3:$M$1852,12,0))
Thank you.
=IF(EstimateReport!$F$3:$F$1852="HUGHES",VLOOKUP(EstimateReport!B24,EstimateReport!$A$3:$M$1852,12,0))
Thank you.