I have the following formula that works great because I can add estimated times in until real-time data is available that is referenced to another sheet. Except sometimes I have referenced data that is really off and I want to use the estimated time until I can research the issue or until new data is put in the other sheet. I would like to include a way to use the Override bend time check box to input the estimated bend part time back in as the value instead of the referenced values from my other sheet.
=IF(AVERAGEIF({Part # reference 1}, SKU@row, {Bending reference 1}) <> 0, AVERAGEIF({Part # reference 1}, SKU@row, {Bending reference 1}), [Estimated Bend Part time]@row)
I'm assuming I just need to put an IF somewhere but I'm really new to formulas so I just don't know where.
In the example below, all three SKUs should have similar values. JL6550 and JL6540 both had real-time data but JL6540 was way off.