+ Reply to Thread
Results 1 to 4 of 4

Sumif format

  1. #1
    Registered User
    Join Date
    03-31-2006
    Posts
    39

    Sumif format

    Hi,
    The following formula works:
    =SUMIF(E5:P5,"<3",E54:P54)

    How can I change the 3, in "<3", so that it looks at cell T4 instead?

    Thanks in advance.

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Sumif format

    =SUMIF(E5:P5,"<"&T4,E54:P54)

    This sill sum all the values in E54:P54 where the corresponding value in E5:P5 is less than whatever's in T4.

  3. #3
    Registered User
    Join Date
    03-31-2006
    Posts
    39

    Re: Sumif format

    Thank you!

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Sumif format

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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. Date Format Inside of a SUMIF Statement
    By Aladin Akyurek in forum Excel Formulas & Functions
    Replies: 36
    Last Post: 09-06-2005, 07:05 AM
  2. Date Format Inside of a SUMIF Statement
    By Aladin Akyurek in forum Excel Formulas & Functions
    Replies: 27
    Last Post: 09-06-2005, 04:05 AM
  3. Date Format Inside of a SUMIF Statement
    By Minitman in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  4. Date Format Inside of a SUMIF Statement
    By Minitman in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM
  5. [SOLVED] Date Format Inside of a SUMIF Statement
    By Minitman in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM

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