+ Reply to Thread
Results 1 to 3 of 3

Adding to a current formula, if a certain word appears in a column of a different workshee

  1. #1
    Registered User
    Join Date
    11-22-2017
    Location
    Bedford NH
    MS-Off Ver
    2010
    Posts
    1

    Adding to a current formula, if a certain word appears in a column of a different workshee

    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)

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Adding to a current formula, if a certain word appears in a column of a different work

    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

  3. #3
    Forum Expert leelnich's Avatar
    Join Date
    03-20-2017
    Location
    Delaware, USA
    MS-Off Ver
    Office 2016
    Posts
    2,807

    Re: Adding to a current formula, if a certain word appears in a column of a different work

    If you mean a worksheet of the same name in a DIFFERENT workbook, try this syntax:
    Please Login or Register  to view this content.
    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.
    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Adding coding of spelling number to word to the existing module of creating many workshee
    By srinivasan1965 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-27-2015, 10:26 AM
  2. [SOLVED] Formula to Rank the number of times a word appears in a column dynamic with Sorting
    By caliskier in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-02-2014, 04:26 PM
  3. Adding number of times word appears in date range across multiple sheets
    By ashbeeigh in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-17-2013, 01:49 PM
  4. Replies: 3
    Last Post: 01-11-2012, 06:46 PM
  5. Replies: 3
    Last Post: 10-02-2007, 09:53 AM
  6. Replies: 2
    Last Post: 05-15-2007, 10:18 AM
  7. trigger event if any data in modified on ONLY the current workshee
    By CRayF in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-23-2005, 05:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1