Forum Discussion
feistyb
May 05, 2023Copper Contributor
sum of two drop down lists
Hi, I know this questions has probably been asked and answered, but I think I need a more direct answer. Thanks in advance!
- May 09, 2023
Yes, that makes all the difference! XLOOKUP is only available in Microsoft 365 and Office 2021, not in Office 2019.
Try this formula instead:
=IF(B13="",0,INDEX(BL[BL'#],MATCH(B13,BL[BL DESCRIPTION],0)))+IF(C13="",0,INDEX(BLHTM[HTM'#],MATCH(C13,BLHTM[HTM DESCRIPTION],0)))
Workbook with this formula attached.
HansVogelaar
May 08, 2023MVP
Does this do what you want?
feistyb
May 08, 2023Copper Contributor
Unfortunately, no.
I am not able to select other options in the drop down lists and have them sum correctly/without error.
I am not able to select other options in the drop down lists and have them sum correctly/without error.
- HansVogelaarMay 08, 2023MVP
Which version of Excel do you have?
- feistybMay 08, 2023Copper ContributorI think I'm using Version 16.66.1? That's what it says in "about excel"
- HansVogelaarMay 08, 2023MVP
And the Office version? Microsoft 365, or Office 2021, or Office 2019, or ...?