Sumifs formula or any other formula to arrive at number

vasudev_kamat

New Member
Joined
May 7, 2012
Messages
38
Hi Friends,

I am using Sumif formula to sum the total number. My example formula is as follows.
=SUMIFS($V$115:$V$98999,$U$115:$U$98999,"Not Due",$C$115:$C$98999,"9333")

In this above formula value is calculated if in specific range U amount is 'not due' and number is 9333, I want to add one more condition in sumifs. Say I want to also consider another number with only 4 digit values, it should create the sum. Particular row has different numbers like 325000, 438000, 3455, 7843
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
4 digits values means 999 < X < 10000, so:

Code:
=SUMIFS($V$115:$V$98999,$U$115:$U$98999,"Not Due",$C$115:$C$98999,"9333",$V$115:$V$98999,"<10000",$V$115:$V$98999,">999")
 
Upvote 0
Hi Kokosek , Thanks for the support. It is really out of box.. Although it seems simple, one who get that idea must be really smart
 
Upvote 0
Hi Guyz, I need one more help. Now 4 digit value showing Alpha Numberic like 4b28, 392c etc, hence forumula is not considering. Anyone help please.
 
Upvote 0

Forum statistics

Threads
1,214,601
Messages
6,120,462
Members
448,965
Latest member
grijken

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