Help With This Formula

rockyw

Well-known Member
Joined
Dec 26, 2010
Messages
1,196
Office Version
  1. 2010
Platform
  1. Windows
I have this formula.
Code:
[COLOR=black][SIZE=3][FONT=Calibri]=SUM(SUMIF(Sheet1!P:P,{"640533*"},Sheet1!B:B))[/FONT][/SIZE][/COLOR]
[COLOR=black][/COLOR]
I have some places I add a second number to search for.
Code:
[COLOR=black][SIZE=3][FONT=Calibri]=SUM(SUMIF(Sheet1!P:P,{"640533*","6502145*"},Sheet1!B:B))<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>[/FONT][/SIZE][/COLOR]
I also use this formula to only show results over a set value, but I can not add a second number to this ormula. Could someone tell me why? What can I change so I can add a second or 3rd number to this like the other formula. Thanks
Code:
[COLOR=black][SIZE=3][FONT=Calibri]=IF(SUMIF(Sheet1!P:P,"640533*",Sheet1!B:B)<250000, "", SUMIF(Sheet1!P:P,"640533*",Sheet1!B:B))<o:p></o:p>[/FONT][/SIZE][/COLOR]
 

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.
Hi,

I think this should work

=IF(SUM(SUMIF(Sheet1!P:P,{"640533*","6502145*"},Sheet1!B:B)) < 25000,"",SUM(SUMIF(Sheet1!P:P,{"640533*","6502145*"},Sheet1!B:B)))

M.
 
Upvote 0
Thank you I will give this a try. Have a great week.
 
Upvote 0

Forum statistics

Threads
1,224,502
Messages
6,179,126
Members
452,890
Latest member
Nikhil Ramesh

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