+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : sumif formula using cell reference

  1. #1
    Registered User
    Join Date
    07-22-2010
    Location
    Edmonton, Alberta
    MS-Off Ver
    Excel 2003
    Posts
    2

    sumif formula using cell reference

    I am using the SUMIF function in a number of worksheets within 2 linked workbooks. Several spreadsheets have columns for monthly expenditures which are forecasts that turn into actuals when the month is complete. A column to the right is the total of the Year to Date actuals and has a SUMIF statement that adds each month if it is less than or equal to a value (# of months included in actuals) in one of the workbooks. This way the formulas in all spreadsheets can change each month by changing only one number. The formula works if I put in the actual number but not if I put in the cell reference where the number sits. Any ideas what I'm missing?
    Last edited by NBVC; 07-22-2010 at 12:30 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: sumif formula using cell reference

    without the actual formula, hard to give exact answer, but you need to adjust it to something like:

    =Sumif(X1:X100,">"&A1,Y1:Y100) where the cell reference is outside the " "

    or

    =Sumif(X1:X100,A1,Y1:Y100) where A1 does not have quotes around it...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    07-22-2010
    Location
    Edmonton, Alberta
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: sumif formula using cell reference

    That worked perfectly. Thanks so much

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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