If statement within sum if string of conditions

khersh

New Member
Joined
Sep 16, 2013
Messages
4
I am trying to have excel look at numerous conditions an return a specific number. I have been able to use SUM IFS but have hit a snag. The condition I am trying to apply is whether the number in column on given Sheet (SHEET1'A1:A100) matches the number in my reference column on a separate sheet (Sheet2'B1:B100); assuming it does, I want to return the number from my sum range...what I am struggling with is if that if (SHEET1'A1:A100) is blank, and only if its blank, i want to then look to (Sheet1'C1:C100) and reference that in turn to (Sheet2'B1:B100). Thanks for any help.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Would you elaborate a bit more if what follows is not what you want:

SHEET1

B1, copied down:

=INDEX(SumRange,MATCH(IF($A1="",$C1,$A1),SHEET2!$B$1:$B$10,0))

where you need to fill in the sum range?
 
Upvote 0

Forum statistics

Threads
1,215,420
Messages
6,124,800
Members
449,189
Latest member
kristinh

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