PC Review


Reply
Thread Tools Rate Thread

Converting Lotus DSUM to Excel SUMIF

 
 
HSNYDER313@COX.NET
Guest
Posts: n/a
 
      2nd Dec 2006

My Lotus function:

@DSUM($LSTDETAIL,"MTG",@LEFT(ACCOUNT,3)="QEA"#AND##NOT#ACCOUNT="QEAX")

My failed Excel function


=SUMIF(LSTDETAIL,"MTG",LEFT(ACCOUNT,3)="QEA"#AND##NOT#ACCOUNT="QEAX")

The criteria section beginning with "QEA" becomes highlighted.

LSTDETAIL is a range.
MTG is a column heading
I want to sum up the amounts in the MTG column for which the first
3 left characters are QEA and all characters are not QEAX in the
LSTDETAIL range.

Any help will be appreciated.

Thanks,

Harvey
Providence, RI

 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      2nd Dec 2006
Not absolutely sure, but maybe

=SUMPRODUCT(--(LEFT(ACCOUNT,3)="QEA"),--(ACCOUNT<>"QEAX"),LSTDETAIL)

not sure where MTG comes into it.


--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> My Lotus function:
>
> @DSUM($LSTDETAIL,"MTG",@LEFT(ACCOUNT,3)="QEA"#AND##NOT#ACCOUNT="QEAX")
>
> My failed Excel function
>
>
> =SUMIF(LSTDETAIL,"MTG",LEFT(ACCOUNT,3)="QEA"#AND##NOT#ACCOUNT="QEAX")
>
> The criteria section beginning with "QEA" becomes highlighted.
>
> LSTDETAIL is a range.
> MTG is a column heading
> I want to sum up the amounts in the MTG column for which the first
> 3 left characters are QEA and all characters are not QEAX in the
> LSTDETAIL range.
>
> Any help will be appreciated.
>
> Thanks,
>
> Harvey
> Providence, RI
>



 
Reply With Quote
 
Tom Ogilvy
Guest
Posts: n/a
 
      2nd Dec 2006
=Sumif(LSTDETAIL,"QEA*",SomeRange)-Sumif(LSTDETAIL,"QEAX",SomeRange)

--
Regards,
Tom Ogilvy

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> My Lotus function:
>
> @DSUM($LSTDETAIL,"MTG",@LEFT(ACCOUNT,3)="QEA"#AND##NOT#ACCOUNT="QEAX")
>
> My failed Excel function
>
>
> =SUMIF(LSTDETAIL,"MTG",LEFT(ACCOUNT,3)="QEA"#AND##NOT#ACCOUNT="QEAX")
>
> The criteria section beginning with "QEA" becomes highlighted.
>
> LSTDETAIL is a range.
> MTG is a column heading
> I want to sum up the amounts in the MTG column for which the first
> 3 left characters are QEA and all characters are not QEAX in the
> LSTDETAIL range.
>
> Any help will be appreciated.
>
> Thanks,
>
> Harvey
> Providence, RI
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting Lotus 123 to Excel =?Utf-8?B?YmVja3k=?= Microsoft Excel Misc 3 3rd Jan 2005 07:37 PM
Converting Lotus 1.2.3 V5 DSUM function with multiple conditions to Excel pb1 Microsoft Excel Worksheet Functions 3 13th Jan 2004 07:41 PM
DSUM - Lotus vs Excel Ken Microsoft Excel Worksheet Functions 2 14th Oct 2003 09:23 PM
Converting Lotus 123 to Excel Melissa Microsoft Excel Misc 2 12th Sep 2003 05:39 AM
Converting Lotus 123 to Excel Paul Duane Microsoft Excel Misc 1 6th Aug 2003 11:30 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:51 AM.