This is my current formula. I wish to add, If the word Georgetown appears in column Q4-Q45 from a different worksheet 'CDL Pipeline', how would I do so?
=COUNTIF('CDL Pipeline'!F4:F45,34820)
This is my current formula. I wish to add, If the word Georgetown appears in column Q4-Q45 from a different worksheet 'CDL Pipeline', how would I do so?
=COUNTIF('CDL Pipeline'!F4:F45,34820)
welcome to the forum. do upload an excel sample so that we do not have to manually key in your data to do a testing.
input the desired results so that we don't have to second-guess if what we are doing is correct or not. you may look at my signature to upload an eg that is easier to understand.
the upload attachment must be done by going to Go Advanced. click on Manage Attachments. Choose file, upload and close the window.
if i really guessed it wrongly, please upload something according to my recommendations. try to use the solution i have given and we'll help to advise what went wrong.
so you only want a count if 'CDL Pipeline' F4:F45 has 34820 and Q4-Q45 has the word "Georgetown"? try:
=COUNTIFS('CDL Pipeline'!F4:F45,34820,'CDL Pipeline'!Q4:Q45,"Georgetown")
Thanks, if you have clicked on the * and added our rep.
If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".
"Contentment is not the fulfillment of what you want, but the realization of what you already have."
Tips & Tutorials I Compiled | How to Get Quick & Good Answers
If you mean a worksheet of the same name in a DIFFERENT workbook, try this syntax:The second workbook must be open to work w COUNTIFS. I believe you could use SUMPRODUCT instead on closed workbooks.![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Last edited by leelnich; 11-22-2017 at 10:40 PM.
Clicking the Add Reputation star below helpful posts is a great way to show your appreciation.
Please mark your threads as SOLVED upon conclusion (Thread Tools above Post # 1). - Lee
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks