The problem is outlined in the attachment
Any help will be appreciated.
Thank you!!
[Solved] Need help with SUMPRODUCT() and/or SUMIFS()
-
go2visions
- Posts: 37
- Joined: Fri Oct 21, 2016 11:30 pm
[Solved] Need help with SUMPRODUCT() and/or SUMIFS()
Last edited by go2visions on Fri Nov 25, 2016 9:52 pm, edited 3 times in total.
Open Office Version 4.1.2
Windows 10
Windows 10
Re: Need help with VLOOKUP
If I understand what you want, here is one possible approach which uses the fact that a comparison that is False returns a zero.
| Edit: By the way, I removed the leading spaces from the text in G5:P5. That is an illustration of how error prone this kind of thing is. |
- Attachments
-
- VLOOKUP.ods
- (14.2 KiB) Downloaded 96 times
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
Re: Need help with VLOOKUP
You have exactly the same formulae in all of G6:P6 including absolute references; is this really what you want?
If not, perhaps you could describe what you are trying to achieve.
If not, perhaps you could describe what you are trying to achieve.
Slackware 15 (current) 64 bit
Apache OpenOffice 4.1.16
LibreOffice 26.2.2.2; SlackBuild for 26.2.2 by Eric Hameleers
---------------
I hate this damn computer, I wish that I could sell it.
It won't do what I want it to, Only what I tell it.
Apache OpenOffice 4.1.16
LibreOffice 26.2.2.2; SlackBuild for 26.2.2 by Eric Hameleers
---------------
I hate this damn computer, I wish that I could sell it.
It won't do what I want it to, Only what I tell it.
-
go2visions
- Posts: 37
- Joined: Fri Oct 21, 2016 11:30 pm
Re: Need help with SUMPRODUCT() and/or SUMIFS()
Sorry for not explaining exactly what I need before.
Please look at the revised attachment.
Please look at the revised attachment.
Open Office Version 4.1.2
Windows 10
Windows 10
Re: Need help with SUMPRODUCT() and/or SUMIFS()
This formula should be entered in G6
It can then be copied to the other cells in row 6. You have to remove the leading space from G5:P6 for the formula to work. The formula returns a zero and not a blank when there are no items matching the requirements. There are ways to avoid that if it is truly necessary.
Code: Select all
=SUMIFS($D1:$D$100;$B$1:$B$100;".*"&$G$4&".*";$C$1:$C$100;G5)OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
-
go2visions
- Posts: 37
- Joined: Fri Oct 21, 2016 11:30 pm
Re: Need help with SUMPRODUCT() and/or SUMIFS()
Excellent solution, as usual!!
Thank you VERY much!!
Thank you VERY much!!
Open Office Version 4.1.2
Windows 10
Windows 10