Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 04-14-2015, 02:00 PM
lynchbro lynchbro is offline Formula for sumifs with less than a date range Windows 8 Formula for sumifs with less than a date range Office 2010 64bit
Advanced Beginner
Formula for sumifs with less than a date range
 
Join Date: Jun 2014
Location: New York
Posts: 41
lynchbro is on a distinguished road
Default Formula for sumifs with less than a date range

I am trying to pull the sum of a set of daily numbers for a specific date.
In my master sheet I have a TO DATE as 02.28.15 and I want to pull any data from the other tab for all dates after that.



I have the following and it is returning ZERO, when there is figures to pull

=IF(B1<Sheet!2E:E,SUMIFS(Sheet2!I:I,Sheet2!A:A,C1) ,0)

B1=To Date
C1=Portfolio ID
Sheet2!E:E=Date Ranges
Sheet2!=Dollars
Sheet2!=Portfolio ID

Please help!
Reply With Quote
  #2  
Old 04-15-2015, 04:51 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Formula for sumifs with less than a date range Windows 7 64bit Formula for sumifs with less than a date range Office 2010 64bit
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,771
Pecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant future
Default

Perhaps post a sample sheet, your date's format might be the problem
__________________
Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post
Reply With Quote
  #3  
Old 04-15-2015, 07:00 AM
lynchbro lynchbro is offline Formula for sumifs with less than a date range Windows 8 Formula for sumifs with less than a date range Office 2010 64bit
Advanced Beginner
Formula for sumifs with less than a date range
 
Join Date: Jun 2014
Location: New York
Posts: 41
lynchbro is on a distinguished road
Default

Quote:
Originally Posted by Pecoflyer View Post
Perhaps post a sample sheet, your date's format might be the problem
Good morning. Here is my sample sheet. the formula is located on the TRIAL BALANCE tab cell N7. The date range of dollar activity is located on the SHAREHOLDER TRANSACTIONS tab.

Any help is greatly appreciated!!!
Attached Files
File Type: xlsx Book2v2.xlsx (52.9 KB, 7 views)
Reply With Quote
  #4  
Old 04-15-2015, 08:57 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Formula for sumifs with less than a date range Windows 7 64bit Formula for sumifs with less than a date range Office 2010 64bit
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,771
Pecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant future
Default

I don't quite understand what you are trying to achieve. Could you please provide some more explanation ,
What is
Code:
'Trial Balance'!C7
for?
And this part?
Code:
B7<'Shareholder Transactions'!E:E
( which is an incorrect syntax)
__________________
Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post
Reply With Quote
  #5  
Old 04-15-2015, 09:03 AM
lynchbro lynchbro is offline Formula for sumifs with less than a date range Windows 8 Formula for sumifs with less than a date range Office 2010 64bit
Advanced Beginner
Formula for sumifs with less than a date range
 
Join Date: Jun 2014
Location: New York
Posts: 41
lynchbro is on a distinguished road
Default

Quote:
Originally Posted by Pecoflyer View Post
I don't quite understand what you are trying to achieve. Could you please provide some more explanation ,
What is
Code:
'Trial Balance'!C7
for?
And this part?
Code:
B7<'Shareholder Transactions'!E:E
( which is an incorrect syntax)
Sure. I assumed that something was incorrect with my syntax. C7 represents the to date of the balances on the trial.

What I am trying to achieve is referencing the to date (column C on the trial balance) and then writing an agreement to say anything in column E in shareholder activity that is after that date to use the sumifs function to pull that activity. If the formula works, the return data in cell C7 should be 5,470.60.

I hope I am explaining myself better. Thank you again!
Reply With Quote
  #6  
Old 04-15-2015, 09:49 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Formula for sumifs with less than a date range Windows 7 64bit Formula for sumifs with less than a date range Office 2010 64bit
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,771
Pecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant future
Default

First trial, in cell Q7. The result isn't quite what you have but it looks close
Attached Files
File Type: xlsx Copy of Book2v2.xlsx (52.9 KB, 8 views)
__________________
Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post
Reply With Quote
  #7  
Old 04-15-2015, 01:18 PM
lynchbro lynchbro is offline Formula for sumifs with less than a date range Windows 8 Formula for sumifs with less than a date range Office 2010 64bit
Advanced Beginner
Formula for sumifs with less than a date range
 
Join Date: Jun 2014
Location: New York
Posts: 41
lynchbro is on a distinguished road
Default

Quote:
Originally Posted by Pecoflyer View Post
First trial, in cell Q7. The result isn't quite what you have but it looks close
thank you for your help! I actually was able to get it to work with my SUMIF function. Here is that argument.

=SUMIFS('Shareholder Transactions'!G:G,'Shareholder Transactions'!A:A,'Trial Balance'!C7,'Shareholder Transactions'!E:E,">"&'Trial Balance'!B7)
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula for sumifs with less than a date range Copying "SUMIFS" formula taryn Excel 2 01-23-2015 05:41 AM
Formula for sumifs with less than a date range Restrict Date Range Calculations akatz85 Excel 4 03-27-2014 08:46 PM
Formula for sumifs with less than a date range Date Range Prompt MikeWooZ Excel 6 12-04-2011 02:10 PM
Help needed using the serial number date with sumifs - whole office is stumped FraserKitchell Excel 3 01-06-2010 12:24 PM
Formula for sumifs with less than a date range Range Formula aleksandr Excel 10 05-18-2009 12:14 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:33 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft