Formula Help

Bazola

New Member
Joined
Mar 14, 2018
Messages
34
Office Version
  1. 365
Platform
  1. Windows
Hi All

I need some help with a formula if you dont mind....

Bascially I have a Sheet called "Detailed NTWK (LAN) HW Status" and within that a column called "Core Switch Model" (Cell F3:F60), next to that there is a "Core Switch Quantity"(G3:G60). Both of these columns have data validation list assigned so they choose the switch model and then select the number of.

So what I need...

I have another sheet, called "Hardware Oder Details" and I want to basically list how many switches have been ordered model wise across all of our sites. Essentially a formula to add Core switch model x Core Switch Quantity and then provide the number.

I hope you can help.

Thanks
Bazola
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Thanks, I've had a look and I am struggling to understand what I need to use. If you could provide some further assistance, it would be appreciated.
 
Upvote 0
See if this example helps

On sheet Hardware Oder Details put all the models in column A (Model1, Model2, Model3,... ) and use the formula below in column B

A
B
1
Model​
Result​
2
Model1​
40​
3
Model2​
12​
4
Model3​
32​

Formula in B2 copied down
=SUMIF('Detailed NTWK (LAN) HW Status'!$F$3:$F$60,A2,'Detailed NTWK (LAN) HW Status'!$G$3:$G$60)

M.
 
Upvote 0

Forum statistics

Threads
1,215,444
Messages
6,124,891
Members
449,194
Latest member
JayEggleton

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