+ Reply to Thread
Results 1 to 3 of 3

If Statement and Average

  1. #1
    Registered User
    Join Date
    12-21-2007
    Location
    Carolina Beach, NC
    Posts
    2

    If Statement and Average

    I'm working on a spreadsheet for the lab. I have a standard that needs to be in the range of 167.5-228.5, I have an if statement to do this; If(k14>=167.5,(K14<=228.5)*$k$14,""), this works, what I need to do after this or add to this is to average the value(s) that are in column L without using an empty cell or using a zero value? Is this possible to do?

    http://www.excelforum.com/showthread.php?t=398946

    Thank you for your time and help in this matter. Any assistance is greatly appreciated. Merry Christmas to all. Please let me know if more information is needed.

    Kim Anderson
    Last edited by VBA Noob; 12-21-2007 at 02:43 PM.

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    Welcome to the board
    Perhaps something like :
    Please Login or Register  to view this content.
    where list is your range
    entered as an array with CTRL+shift+enter

  3. #3
    Registered User
    Join Date
    12-21-2007
    Location
    Carolina Beach, NC
    Posts
    2

    Wink If Statement and Average

    I kind of used the idea that you sent me arthurbr, but this is the actual formula I used:
    =If(l14>0,(l15>0),average(l14:l15,"")

    What i need it to do is put a value in cell m15 of the averaged value(s).

    Thank you for any further assistance you may be able to provide.
    Kim Anderson
    Lab Supervisor

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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