Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Accounts functions

Hi I have imported data (nominal ledger transactions) from Sage 50 and need
to query the results to total transactions for a particular nominal ledger
code that fall between given dates.
I have attempted to use sumif, but find i can only place 1 criteriea on it
and sumproduct seems to dislike the date range
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9,101
Default Accounts functions

the criteria can be any boolean operation including a AND function

=sumfi(A1:a100,and(criteria1,criteria2,criteria3), B1:b100)

"philn" wrote:

Hi I have imported data (nominal ledger transactions) from Sage 50 and need
to query the results to total transactions for a particular nominal ledger
code that fall between given dates.
I have attempted to use sumif, but find i can only place 1 criteriea on it
and sumproduct seems to dislike the date range

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Accounts functions

Thanks for the rapid reply Joel!!

So that future transactions can be included i have a number of empty cells
at the end of the ranges for my criteria, which i really need to leave in as
the dat will be refreshed on a monthly basis, so unfortunately using this i
get an empty cell reference, any idea how i may be able to overcome this
issue?

"Joel" wrote:

the criteria can be any boolean operation including a AND function

=sumfi(A1:a100,and(criteria1,criteria2,criteria3), B1:b100)

"philn" wrote:

Hi I have imported data (nominal ledger transactions) from Sage 50 and need
to query the results to total transactions for a particular nominal ledger
code that fall between given dates.
I have attempted to use sumif, but find i can only place 1 criteriea on it
and sumproduct seems to dislike the date range

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Accounts functions

sorry should also have noted that the results need to be displayed on a
seperate worksheet, as the imported data will be held in a hidden worksheet

"Joel" wrote:

the criteria can be any boolean operation including a AND function

=sumfi(A1:a100,and(criteria1,criteria2,criteria3), B1:b100)

"philn" wrote:

Hi I have imported data (nominal ledger transactions) from Sage 50 and need
to query the results to total transactions for a particular nominal ledger
code that fall between given dates.
I have attempted to use sumif, but find i can only place 1 criteriea on it
and sumproduct seems to dislike the date range

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9,101
Default Accounts functions

There are at least two methods to fix this problem

1) Add an IF around the sumif

=if(C5<"",sumif(A1:a100,and(criteria1,criteria2,c riteria3),B1:b100),"")

2) Or add the blank cell as one of the criteria in the sumif

sumif(A1:a100,and(criteria1,criteria2,c5<""),B1:b 100)


"philn" wrote:

Thanks for the rapid reply Joel!!

So that future transactions can be included i have a number of empty cells
at the end of the ranges for my criteria, which i really need to leave in as
the dat will be refreshed on a monthly basis, so unfortunately using this i
get an empty cell reference, any idea how i may be able to overcome this
issue?

"Joel" wrote:

the criteria can be any boolean operation including a AND function

=sumfi(A1:a100,and(criteria1,criteria2,criteria3), B1:b100)

"philn" wrote:

Hi I have imported data (nominal ledger transactions) from Sage 50 and need
to query the results to total transactions for a particular nominal ledger
code that fall between given dates.
I have attempted to use sumif, but find i can only place 1 criteriea on it
and sumproduct seems to dislike the date range

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Accounts Receiveable Aging Kristineandwill Excel Worksheet Functions 1 July 27th 07 07:30 PM
Excel for Accounts Newtonboy Excel Discussion (Misc queries) 1 July 8th 06 08:03 PM
how do i set up book keeping accounts? jackie New Users to Excel 1 January 31st 06 09:50 PM
Where can I get a general template for T-accounts CAJE Setting up and Configuration of Excel 0 December 1st 05 01:38 AM
Setup Accounts Receivable functions in Excel til we get new syst? desertmoon Excel Worksheet Functions 0 June 17th 05 06:55 AM


All times are GMT +1. The time now is 08:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"