Hollywoood
Board Regular
- Joined
- Aug 11, 2011
- Messages
- 53
Hi all,
Ive read a few posts on using arrays or others tricks in getting this accomplished but I think one of my conditions may be causing a slight syntax issue that I cannot find.
Below is the latest I've tried without returning the desired result, I will attempt to explain in plain english what it is I am trying to do
=SUM(IF('Data Master'!N:N>=1234,IF('Data Master'!R:R="*"&A2&"*",1,0),0))
My goal is to sum Column N of the sheet Data Master, where the cell value is greater than or equal to 1000 AND where on the same sheet, in the coresponding cell in column R, there exists the Name (the cell could contain several sames separated by a comma) of my summary.
Have to clarify further if Ive made it overly complicated. My two conditions are basically a >= check and a check for the presence of a string of text. Where both are true, I would like to sum
Ive read a few posts on using arrays or others tricks in getting this accomplished but I think one of my conditions may be causing a slight syntax issue that I cannot find.
Below is the latest I've tried without returning the desired result, I will attempt to explain in plain english what it is I am trying to do
=SUM(IF('Data Master'!N:N>=1234,IF('Data Master'!R:R="*"&A2&"*",1,0),0))
My goal is to sum Column N of the sheet Data Master, where the cell value is greater than or equal to 1000 AND where on the same sheet, in the coresponding cell in column R, there exists the Name (the cell could contain several sames separated by a comma) of my summary.
Have to clarify further if Ive made it overly complicated. My two conditions are basically a >= check and a check for the presence of a string of text. Where both are true, I would like to sum