A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Select the range where part numbers are entered. I'll assume in the following that this range starts in row 2.
On the Home tab of the ribbon, click Conditional Formatting > New Rule...
Select 'Use a formula to determine which cells to format',
Let's say the calculated fields are in columns K and M.
Enter the formula =OR(ISERROR(K2), ISERROR(M2))
(The 2 here is the start row; if the data start in row 5, for example, change 2 to 5 in the formula)
Click Format...
Specify the desired formatting.
Click OK twice.