Thanks for taking a peek!
Okay, here is the deal. I have a very large spreadsheet full of parts that I need to perform a general "%complete" type analysis. I have a seemingly simple problem that I just cannot get to work. I need the formula to first check one column to see if it is a "purchase" part, then I need it to count certain parts based on there status. So to explain it a little better, I need the formula to check if it is a certain type of part in one column, then if it falls into a certain set of criteria, count it, in another column.
I have multiple "%complete" sections, so first check of it being "puchase" is from on column continually. The criteria for the subsequent columns will change, per project, but the parts are the same throughout it. It is difficult to explain, if I'm not clear please ask.
My initial attempt was like so... IF(cell="purchase", (COUNTIF(range, "criteria 1" + COUNTIF(same range, "criteria 2"...etc)), "")
...it failed.
HELP! haha
Bookmarks