+ Reply to Thread
Results 1 to 4 of 4

AVERAGE/IF Formula issue

Hybrid View

W2OAN AVERAGE/IF Formula issue 04-24-2024, 10:00 AM
JohnTopley Re: AVERAGE/IF Formula issue 04-24-2024, 10:08 AM
W2OAN Re: AVERAGE/IF Formula issue 04-24-2024, 03:03 PM
wk9128 Re: AVERAGE/IF Formula issue 04-24-2024, 07:18 PM
  1. #1
    Registered User
    Join Date
    04-24-2024
    Location
    Lancashire, England
    MS-Off Ver
    365
    Posts
    2

    AVERAGE/IF Formula issue

    Good afternoon,

    I am having difficulty with a formula I need. I need to do the formula to work out the average if a column has several different names/codes.

    I need to know the average review and hire times for all of the jobs which have a 1020, 1030 & 1050 cost code together.

    This is what I have so far.

    =AVERAGEIF('Raw data'!B:B,"1050",'Raw data'!H:H)

    I also need this formula to ignore any blank cells as they are giving me the DIV error.

    Thank you
    Attached Files Attached Files
    Last edited by W2OAN; 04-24-2024 at 11:15 AM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,881

    Re: AVERAGE/IF Formula issue

    Please see the yellow banner at top of the page on how to attach a sample workbook: be sure to add manually-calculated results.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Registered User
    Join Date
    04-24-2024
    Location
    Lancashire, England
    MS-Off Ver
    365
    Posts
    2

    Re: AVERAGE/IF Formula issue

    thank you

  4. #4
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    China Shanghai
    MS-Off Ver
    365 V2503 and WPS V2024(12.1.0.18543)
    Posts
    3,947

    Re: AVERAGE/IF Formula issue

    CV Feedback ? Which column
    Average time to fill ? Which column

    At least the name must be consistent, otherwise the corresponding or cannot be found


    Cell C3 formula , Drag down
    Formula: copy to clipboard
    =AVERAGE(IF(('Raw data'!$D$2:$D$21=B$2)*ISNUMBER('Raw data'!$E$2:$O$21)*ISNUMBER(SEARCH('Raw data'!$E$1:$O$1,B3)),'Raw data'!$E$2:$O$21))


    Cell C9 formula , Drag down
    Formula: copy to clipboard
    =AVERAGE(IF(('Raw data'!$B$2:$B$21=1050)*ISNUMBER('Raw data'!$E$2:$O$21)*ISNUMBER(SEARCH('Raw data'!$E$1:$O$1,B9)),'Raw data'!$E$2:$O$21))


    Cell C15 formula , Drag down
    Formula: copy to clipboard
    =AVERAGE(IF((MMULT(N('Raw data'!$B$2:$B$21={1050,1030,1020}),{1;1;1}))*ISNUMBER('Raw data'!$E$2:$O$21)*ISNUMBER(SEARCH('Raw data'!$E$1:$O$1,B15)),'Raw data'!$E$2:$O$21))
    Last edited by wk9128; 04-24-2024 at 07:21 PM.

+ 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: 4
    Last Post: 03-20-2018, 04:03 AM
  2. Replies: 1
    Last Post: 02-03-2018, 02:43 AM
  3. [SOLVED] Issue finding an average
    By The Man With No Name in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-08-2014, 02:47 PM
  4. Calculating Average Issue
    By hecgroups in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 04-12-2013, 02:27 PM
  5. Replies: 6
    Last Post: 10-30-2012, 02:35 PM
  6. Another Average or AverageIf Issue
    By scarames in forum Excel General
    Replies: 6
    Last Post: 08-18-2009, 11:09 AM
  7. Having a minor issue with SUM and AVERAGE
    By IronDogg in forum Excel General
    Replies: 3
    Last Post: 11-16-2008, 12:51 PM

Tags for this Thread

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