Hello everyone,
I have the following formula which calculates volumes of materials based on a product, the final part of the formula which needs to equal the word 'timber' also needs to calculate if the value is 'wood'. So it needs to have either 'Timber' OR 'Wood'
I really hope this makes sense and someone can assist me with this, MrExcel forums have not failed me in the past
Thanks in advance for any replies
Paul
I have the following formula which calculates volumes of materials based on a product, the final part of the formula which needs to equal the word 'timber' also needs to calculate if the value is 'wood'. So it needs to have either 'Timber' OR 'Wood'
Code:
=SUMIFS($E$12:$E$404,$B$12:$B$404,$AJ13,$M$12:$M$404,$U$12,$O$12:$O$404,$S$12,$J$12:$J$404,"Timber")
I really hope this makes sense and someone can assist me with this, MrExcel forums have not failed me in the past
Thanks in advance for any replies
Paul