I'd like some help with a forumla to sum a column if the cells across 3 columns contain a set bit of text. I've played around with sumproduct, sumif/sumifs etc and can't get it working.
Here is an example. I would like a formula that if I wanted to sum up the amount against rows that contain blue I'd get 30 as the result, or if I wanted to sum the rows with red in I'd get 20 -
|Text 1 | Text 2 | Text 3 | Amount|
|---------------------------|--------------------------------|-----------------------------|-------|
|blue widgets | and green widgets | oh, and red widgets | 10 |
|redish widgets | kinda orangey widgets actually | no, they are red widgets | 10 |
|purple widgets are rubbish | blue widgets are best | get your blue widgets here | 10 |
Hope I haven't messed up the table formatting!