How to make sum by reading the two Columns

Bpt_143

New Member
Joined
Oct 19, 2017
Messages
2
Hi,

I new to this site and this is my first post, generally i poor in excel so please guide me on this
Thanks in Advance.

Red Highlighted valve are outcome of the formula
This formula need to read two column (WS and R/F) at the right side, Both Columns are manually entered, outcome is total of feed valve, total of rapid valve and total of feed and rapid valve. for example i have given only one feed in real case there will be multiple of feeds and rapid.

Is it possible to make formula for this?

FEATURE X Y Z WSR/F
28.5-113253.3- Rapid
28.5-113250.33 Rapid
9-92.7250.328.15 Feed
9-92.7253.33 Rapid
Rapid6
Feed28.15
Total34.15

<tbody>
</tbody>
Thanks in Advance,
Best Regards,
Boopathy K
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Welcome to the board.

You can use SUMIF for that

Assuming that table you posted is at the very top left of a sheet, the word FEATURE is in A1.
In E6, put
=SUMIF($F$2:$F$5,$D6,$E$2:$E$5)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,213,487
Messages
6,113,941
Members
448,534
Latest member
benefuexx

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