I'm trying to do a formula that will look at another sheet in the workbook and if two conditions are met to then make a count.
=COUNTIF('Operations Data'!F:F,"Burg Stand") + ('Operations Data'!N:N,"Good")
I'm trying to do a formula that will look at another sheet in the workbook and if two conditions are met to then make a count.
=COUNTIF('Operations Data'!F:F,"Burg Stand") + ('Operations Data'!N:N,"Good")
Hi swalsh,
Looks like you need a CountIFS() formula to me.
http://spreadsheets.about.com/od/som...p-Tutorial.htm
ALSO - Please change your thread title to something like "CountIf function plus needed". Otherwise your thread title is too general or vague to ever find again. You can edit your original post to change the treat title.
One test is worth a thousand opinions.
Click the * Add Reputation below to say thanks.
Try this:
=COUNTIFS('Operations Data'!F:F,"Burg Stand",'Operations Data'!N:N,"Good")
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
thx will try
Hey Ali,
See - you got an answer before I completely understood it. You took the OP's "+" sign and put it into the CountIFS function. I simply pointed to a web page, thinking that might help. I'll go have another cup of coffee (Starbucks started in Seattle) before doing many more questions this AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks