+ Reply to Thread
Results 1 to 4 of 4

sumifs formula required - i need a formula to calculates the sum of column F if the word

  1. #1
    Registered User
    Join Date
    09-18-2016
    Location
    carrickfergus
    MS-Off Ver
    excel 2013
    Posts
    63

    sumifs formula required - i need a formula to calculates the sum of column F if the word

    sumifs formula required - i need a formula to calculates the sum of column F if the word 'OWN' is present in column D - please

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: sumifs formula required - i need a formula to calculates the sum of column F if the wo

    =SUMIF(D:D,"OWN",F:F) will do that.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: sumifs formula required - i need a formula to calculates the sum of column F if the wo

    Hi from County Down... except that I'm in Asia right now!!

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: sumifs formula required - i need a formula to calculates the sum of column F if the wo

    unless, if you mean that the word own is present IN COMBINATION with other words, in which case use this array formula:

    =SUM(IF(ISNUMBER(SEARCH("own",D1:D10)),F1:F10))

    adjust ranges as needed.

    Array Formulae are a little different from ordinary formulae in that they MUST be confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER.

    You will know the array is active when you see curly brackets { } - or "curly braces" for those of you in the USA, or "flower brackets" for those of you in India - appear around the outside of your formula. If you do not use CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly brackets yourself - it won't work...

+ 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. Replies: 5
    Last Post: 12-03-2014, 05:02 PM
  2. [SOLVED] Formula required to return YES/NO if a specified word is present in a cell
    By @MeDaveT in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-17-2014, 04:33 AM
  3. find min dates calculates aging from AJ column with determined formula
    By johnodys in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-02-2013, 11:56 AM
  4. [SOLVED] Changing SUMIFS formula from word to word in a cell location
    By Car7os in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-20-2013, 06:43 AM
  5. Need macro that calculates two formula but displays only one of them in column
    By jro4 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-07-2013, 11:32 AM
  6. [SOLVED] Need Formula that Calculates Sums of Multiple Cycles Within Column
    By AJRIGNEY in forum Excel General
    Replies: 7
    Last Post: 06-08-2012, 12:23 PM
  7. Replies: 6
    Last Post: 03-02-2012, 02:47 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