krunal123

Board Regular
Joined
Jun 26, 2020
Messages
169
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
Untitled.jpg


WE NEED SUMIFS FORMULA AS PER QUERY......

NOTE.: DIFFRENT-DIFFRENT SHEET IN PRODUCT POSITION IS CHANGE , HOW TO GET TOTAL QTY & RATE AS PER PRODUCTS
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Maybe try

Book1
ABCD
1TOTAL
2ProductQtyRateTOTAL
3MOTOR44018,0007,920,000
4OIL SEAL1,915360689,400
5PVC PIPE1,405210295,050
Sheet4
Cell Formulas
RangeFormula
B3:C5B3=SUMIFS(Sheet1!B$3:B$5,Sheet1!$A$3:$A$5,Sheet4!$A3)+SUMIFS(Sheet2!B$3:B$5,Sheet2!$A$3:$A$5,Sheet4!$A3)+SUMIFS(Sheet3!B$3:B$5,Sheet3!$A$3:$A$5,Sheet4!$A3)
D3:D5D3=B3*C3
 
Upvote 0
or as an option

HOW TOTAL QTY & RATE AS PER PRODUCT_krunal123.xlsx
ABCD
2ProductQtyRateTOTAL
3MOTOR440180007920000
4OIL SEAL1915360689400
5PVC PIPE1405210295050
Sheet4
Cell Formulas
RangeFormula
B3:B5B3=SUMPRODUCT(SUMIF(INDIRECT("'"&{"Sheet1","Sheet2","Sheet3"}&"'!$A$3:$A$5"),A3,INDIRECT("'"&{"Sheet1","Sheet2","Sheet3"}&"'!$B$3:$B$5")))
C3:C5C3=SUMPRODUCT(SUMIF(INDIRECT("'"&{"Sheet1","Sheet2","Sheet3"}&"'!$A$3:$A$5"),A3,INDIRECT("'"&{"Sheet1","Sheet2","Sheet3"}&"'!$C$3:$C$5")))
D3:D5D3=B3*C3
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,196
Members
449,072
Latest member
DW Draft

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