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

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
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,119
Messages
6,123,172
Members
449,094
Latest member
bes000

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