I am new to excel. Please help me solve this.

Brijim

New Member
Joined
Sep 13, 2020
Messages
3
Office Version
  1. 2016
Platform
  1. Windows
Company purchase the items whose details are in purchase table but we found some items faulty, shows in faulty table. We want the total amount of purchase in g12, the amount of faulty products in h12 and net pay amount in I12. How to solve this?
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Welcome to the Board! It will help to see an example of your spreadsheet.

Mel
 
Upvote 0
If column G in 'purchase' table contains the cost amount and column H contains the value of the faulty items then:

In G12: =sum(G1:G11)
In H12: = sum(H1:H11)
In I12: = sum(G12-H12)

Mel
 
Upvote 0
If column G in 'purchase' table contains the cost amount and column H contains the value of the faulty items then:

In G12: =sum(G1:G11)
In H12: = sum(H1:H11)
In I12: = sum(G12-H12)

Mel
IMG_20200913_144136.JPG
 
Upvote 0
Why not add a further column to the 'Faulty' table to show monetary value so that it is then 'Purchase' table value minus 'Faulty' table value (G12-H12=I12)

Mel
 
Upvote 0
Why not add a further column to the 'Faulty' table to show monetary value so that it is then 'Purchase' table value minus 'Faulty' table value (G12-H12=I12)

Mel
Yes ..thank you so much Mel..probelm got solved
 
Upvote 0
I’m pleased I could help and your problem is solved.

Mel
 
Upvote 0

Forum statistics

Threads
1,215,220
Messages
6,123,694
Members
449,117
Latest member
Aaagu

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