SumIFS with Count If Help

Status
Not open for further replies.

JD_Excels

Banned user
Joined
Jul 29, 2022
Messages
13
Office Version
  1. 2021
Platform
  1. Windows
Hello,
On the first image on column F, I want to do a SUMIFs like i am showing in the pictures but need to add to it. I want it to do a sumifs/ count if there is not data in Columns AH then do a sumifs on AE, if there then do not do a sumifs. So if there is data in column AH do not do a sumifs, if there is not do a sumifs.

Currennly i am doing
=SUMIFS('Forecast Validation'!$AE:$AE,'Forecast Validation'!$D:$D,Sheet1!$D6)



Basically i dont want to count or sumifs double on my "Pitch data"

Attahed are both sheets

1659408601888.png
1659408675137.png
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Hi,

Assuming you want to SUM the values in column AE if the value in Column AH is unequal to zero or is blank, try this:

Excel Formula:
=SUMIFS('Forecast Validation'!$AE:$AE,'Forecast Validation'!$D:$D,Sheet1!$D6,'Forecast Validation'!$AH:$AH,">0")
 
Upvote 0
Duplicate to: Count if Sum if question

In future, please do not post the same question multiple times. Per Forum Rules (#12), posts of a duplicate nature will be locked or deleted.

In relation to your question here, I have closed this thread so please continue in the linked thread.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,215,375
Messages
6,124,578
Members
449,174
Latest member
chandan4057

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