Do I need sumif/sumproduct/if? not sure Newbie

wwiii

New Member
Joined
Nov 22, 2009
Messages
5
Hi,

Very new to excel. I have managed to manipulate a template to meet most of my needs, save one.

On Sheet1 I need to multiply B1*10 if and only if F1 is found in sheet 3 or named list.

i have been searching here and elsewhere for quite some time but have yet to find the solution to what i thought was simple task.

Obviously the formula below does not work but thought it may help make it clear what i want to do

=IF(F11=Cases!$B$2:$B$34,B11*10,5)

i have tried so many forms of if, sumif, sumproduct that i can't remember them all. isn't this a pretty simple thing to do?

Would be very greatful for any help. thx
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Hi and Welcome

Perhaps
=IF(COUNTIF(Cases!$B$2:$B$34, F11), B11*10, 5)
 
Upvote 0
wow that was an incredibly fast response thx.

that does work but i failed to mention in my first post i need this to work down the entire column so i guess what i need would be closer to

cell H11 =IF(F11:F22=Cases!$B$2:$B$34,B11*10,5)
 
Upvote 0
thought maybe this would help



11-22-2009%206-43-28%20PM2.png

excelhelp.html
excelhelp.html
 
Upvote 0
i tried that but no luck
i entered =SUMPRODUCT(SUMIF($B$11:$B$13,Cases,$F$11:$F$13))*10

thx for your suggestion tough
 
Upvote 0

Forum statistics

Threads
1,215,061
Messages
6,122,921
Members
449,094
Latest member
teemeren

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