A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Column B must be in numeric currency format and not in text format otherwise the formulas will error.
A common error that users make with Vlookup is that the Table Array is not entered in absolute format (with the $ signs)
Formula in cell D2 as follows: (Copy formula down the column)
=VLOOKUP(C2,$A$16:$B$18,2,FALSE)
Formula in E2 as follows: (Copy formula down the column)
=VLOOKUP(C2,$A$16:$C$18,3,FALSE)*B2
The percentage cells can be formatted as percentage using Number Format and they will appear like the following screen capture.