eddiejames
New Member
- Joined
- Jan 30, 2022
- Messages
- 4
- Office Version
- 2016
- Platform
- Windows
Hi Everyone,
I'm hoping someone can help me out with a function that isn't working for me.
I want to sum a range (I2:I2500 from 'Sheet 1') based on two criteria; a list of product numbers (range can be found on Sheet 1, K2:K2500) and a date (range found on Sheet 1, N3:N2501) being 'greater than' another date that is populated into a cell (B16).
I have written the following function, but there is an issue with it as it always results in a value of zero:
=SUM(SUMIFS('Sheet 1'!I2:I2500,'Sheet 1'!N3:N2501,">" & B16,'Mould Data'!K2:K2500,{"Product1","Product2","Product3","Product4","Product5","Product6"}))/1000
Can anyone see what I am doing wrong?
I'll give bonus points to anyone who can suggest a way for me to be able to manually update a table with new Product Numbers that can auto populate this function, so that the function doesn't need to be altered if new products are introduced. eg:
=SUM(SUMIFS('Sheet 1'!I2:I2500,'Sheet 1'!N3:N2501,">" & B16,'Mould Data'!K2:K2500,{O7:O12}))/1000
Thank you so much in advance for any help.
Eddie
I'm hoping someone can help me out with a function that isn't working for me.
I want to sum a range (I2:I2500 from 'Sheet 1') based on two criteria; a list of product numbers (range can be found on Sheet 1, K2:K2500) and a date (range found on Sheet 1, N3:N2501) being 'greater than' another date that is populated into a cell (B16).
I have written the following function, but there is an issue with it as it always results in a value of zero:
=SUM(SUMIFS('Sheet 1'!I2:I2500,'Sheet 1'!N3:N2501,">" & B16,'Mould Data'!K2:K2500,{"Product1","Product2","Product3","Product4","Product5","Product6"}))/1000
Can anyone see what I am doing wrong?
I'll give bonus points to anyone who can suggest a way for me to be able to manually update a table with new Product Numbers that can auto populate this function, so that the function doesn't need to be altered if new products are introduced. eg:
=SUM(SUMIFS('Sheet 1'!I2:I2500,'Sheet 1'!N3:N2501,">" & B16,'Mould Data'!K2:K2500,{O7:O12}))/1000
Thank you so much in advance for any help.
Eddie