Database formula

TSTALBOT

New Member
Joined
May 30, 2018
Messages
1
I'm a novice with excel. I've used it very basically and am trying to expand the near limitless potential. I have a question. We have a spreadsheet with multiple inputs in different columns with assigned values. I'd like to be able to tally each common input and value over the entire sheet. As well as have the ability to add different variables to the summary column. Thanks for any and all help.
A
40
A
40
B
50
Total inventory
sum
B
50
C
20
A
23
A
C
10
D
50
C
10
B
E
35
S
45
E
12
C
X
34
S
22
Z
12
D
22
A
12
W
10

<tbody>
</tbody>
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Welcome to the Board!

Take a look at the SUMIF formula: https://www.techonthenet.com/excel/formulas/sumif.php

Note though that if you have "A" in three different columns, you may need to do three SUMIFS (one for each column) and add them together, i.e.
Code:
=SUMIF(A:A,"A",B:B) + SUMIF(C:C,"A",D:D) + SUMIF(E:E,"A",F:F)
 
Upvote 0

Forum statistics

Threads
1,215,403
Messages
6,124,714
Members
449,182
Latest member
mrlanc20

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