+ Reply to Thread
Results 1 to 8 of 8

Averageifs using cell reference in criteria

Hybrid View

  1. #1
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Averageifs using cell reference in criteria

    You're welcoem.

    The & is a shortcut for concatenate, to join 2 text strings together into 1.

    So a normal sumifs syntax for greater than some number is ">10"
    When you try to put a cell reference for the 10 like ">B10"
    It reads B10 literally as a text string "B10" (not the contents of the cell B10)

    so ">"&B10
    Takes the contents of the cell B10 as a text string, and joins it with the text string ">"
    So if B10 = 5 or whatever, then it's ">5"

  2. #2
    Registered User
    Join Date
    11-21-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Averageifs using cell reference in criteria

    That's really useful info, thanks for your help!

  3. #3
    Registered User
    Join Date
    03-03-2014
    Location
    Greenacres, Florida
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Sumifs using cell reference in criteria

    I have a problem similar to the one in this thread, I'd like to point to the text contents of a cell to use as criteria in my Sumifs function. My formula currently looks like this:

    =SUMIFS(Data!B:B,Data!A:A,"*CIP-168*")

    I want to pick up all cells in my criteria range with the text "CIP-168" in them, but I don't want to have to type it in my Sumifs formula, I want to reference a cell with the text "CIP-168" in it. I appreciate any help, thank you!

+ 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: 1
    Last Post: 12-04-2012, 04:46 PM
  2. Replies: 5
    Last Post: 08-14-2012, 10:45 AM
  3. Averageifs with OR criteria
    By Subject_Name_Here in forum Excel General
    Replies: 5
    Last Post: 05-28-2012, 01:57 PM
  4. [SOLVED] AVERAGEIFS using a cell reference in the criteria
    By John007 in forum Excel General
    Replies: 2
    Last Post: 01-10-2012, 05:22 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