My Assistant
![]()
Custom Search
|
![]() ![]() |
![]() |
![]() Post#1 | |
Posts: 1,071 Joined: 18-February 04 From: Oklahoma ![]() | This should be easy, but it isn't working. So I must be doing something wrong. I have a large array. Here are the relevant columns: F - Tax Year U - Previous Depreciation AG - Depreciation Taken Some of my calculations are based on previous depreciation, so I need to know the amount previously taken in total (cumulative-not including current tax year). Here is my formula which only works for the 2nd year - row 2 =Sumif($F$14:$F$29,F2-1,$AG$14:$AG$29) ---- this is only correct for the 2nd year So I tried this instead: =Sumif($F$14:$F$29,"<F2",$AG$14:$AG$29) ---- this returns $0 Please help. I'm stumped. I've tried everything I can think of. |
![]() Post#2 | |
![]() UtterAccess VIP Posts: 9,670 Joined: 6-December 03 From: Telegraph Hill ![]() | Hi, Try: =Sumif($F$14:$F$29,"<"F2,$AG$14:$AG$29) Or: =Sumif($F$14:$F$29,"<" & F2,$AG$14:$AG$29) -------------------- Regards, David Marten |
![]() Post#3 | |
Posts: 1,071 Joined: 18-February 04 From: Oklahoma ![]() | The formula worked. Thank you so much! ![]() |
![]() Post#4 | |
![]() UtterAccess VIP Posts: 9,670 Joined: 6-December 03 From: Telegraph Hill ![]() | ![]() -------------------- Regards, David Marten |
![]()
Custom Search
|
![]() | Search Top Lo-Fi | 26th April 2018 - 08:11 PM |