how to multiply the values pulled by vlookup to be able to calculate the total amount of products sold

gburo

New Member
Joined
Jul 24, 2023
Messages
1
Office Version
  1. 365
Platform
  1. MacOS
I'm trying to find a solution of how to multiply the values that I managed to pull by Vlookup into invoice template. After selecting the product from the dropdown I get the remaining values in columns B:G by using VLOOKUP from a different table. What I'm trying to do now is to add a formula so when I change the QTY.sold in column D to 2 or 3 and columns E,F,G that are NET amount, VAT, and TOTAL will multiply by 2.

What I want to achieve is to select the product from the dropdown change the quantity sold and have all the rest calculated for me to simplify my invoicing.

Thank you
 

Attachments

  • Screenshot 2023-07-25 at 07.53.29.png
    Screenshot 2023-07-25 at 07.53.29.png
    151.6 KB · Views: 9

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
My suggestion is to create the source table on the same page on the next cells and select the index and match formula۔
The sample sheet given below may give you desired result.
ExportMyInvoice.xlsx
ABCDEFGHIJKLMNOPQ
1SOURCE DATA
2
3ItemSKUPrice Per PieceQty SoldNet AmountVat 5%TotalItemSKUPrice Per PieceQty SoldNet AmountVat 5%Total
4Drop Down List76071040233.332466.6611.67490Drop Down List76071040233.331233.3311.67245
5Drop Down List76071031566.672566.6728.33623.3Drop Down List76071031566.671566.6728.33595
6
7
8
9
Sheet3
Cell Formulas
RangeFormula
B4:B5B4=INDEX(K4,MATCH(A4,J4,0))
C4:C5C4=INDEX(L4,MATCH(A4,J4,0))
E4E4=C4*D4
G4:G5G4=E4+F4*D4
 
Upvote 0

Forum statistics

Threads
1,215,089
Messages
6,123,058
Members
449,091
Latest member
ikke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top