Hello!
I am currently running into issues while using the If Formula with multiple drop down lists. Currently, there is a mandatory drop down on sheet 1 in A8 with five options. There is also a mandatory drop down list on sheet 1 in B8 that is reliant on A8 selection. There is then three more alternative drop down lists on sheet 1 (C8, C9, C10) in which a user of the worksheet CAN choose a selection but doesn't necessarily have to. My current formula for one equation (E8) which is reliant on other sheet's information is:
=IF(Or(C8="",C9="",C1=""),SUMIF('SHEET2'!E3:E900,'SHEET1!B8,'SHEET2'!J3:J900),SUMIFS('SHEET2'!J3:J900,'SHEEET2!'!E3:E900,'SHEET1'!B8,'SHEET2'!H3:H900,'SHEET1'!C8,'SHEET2'!B3:B900,'SHEET1'!C9,'SHEET2'!I3:I900,'SHEET1'!C10))
This formula currently works in that the drop down for A8 and B8 yield the correct sum, but C8, C9, and C10, cant work independently. For example, if you choose the optional dropdown from C8, you have to choose one from C9 and C10 for the sum to be accurate. Alternately, if you erase the drop down from C10, it reverts to the answer for just A8 and B8 even those there are still selections in C9 and C10. Is there a way for these to be independent? If not, is there a Macro I can use?
Answering would be a HUGE help, please and thank you!!!!!!!
I am currently running into issues while using the If Formula with multiple drop down lists. Currently, there is a mandatory drop down on sheet 1 in A8 with five options. There is also a mandatory drop down list on sheet 1 in B8 that is reliant on A8 selection. There is then three more alternative drop down lists on sheet 1 (C8, C9, C10) in which a user of the worksheet CAN choose a selection but doesn't necessarily have to. My current formula for one equation (E8) which is reliant on other sheet's information is:
=IF(Or(C8="",C9="",C1=""),SUMIF('SHEET2'!E3:E900,'SHEET1!B8,'SHEET2'!J3:J900),SUMIFS('SHEET2'!J3:J900,'SHEEET2!'!E3:E900,'SHEET1'!B8,'SHEET2'!H3:H900,'SHEET1'!C8,'SHEET2'!B3:B900,'SHEET1'!C9,'SHEET2'!I3:I900,'SHEET1'!C10))
This formula currently works in that the drop down for A8 and B8 yield the correct sum, but C8, C9, and C10, cant work independently. For example, if you choose the optional dropdown from C8, you have to choose one from C9 and C10 for the sum to be accurate. Alternately, if you erase the drop down from C10, it reverts to the answer for just A8 and B8 even those there are still selections in C9 and C10. Is there a way for these to be independent? If not, is there a Macro I can use?
Answering would be a HUGE help, please and thank you!!!!!!!