Step 07 of 40: CONCAT Function
Make sure to include a space after the comma that appears inside double-quotes otherwise your MATCH function will not work properly in Step 8 of 40.
The incorrect version of the formula is: =CONCATENATE(C2,",",B2)
The correct version of the formula is: =CONCATENATE(C2,", ",B2)