PC Review


Reply
Thread Tools Rate Thread

Alpha characters problem?

 
 
=?Utf-8?B?VE1GIGluIE1O?=
Guest
Posts: n/a
 
      23rd Feb 2006
I need a formula that will add column C values based on column A.
One total for all Column A values that begin numeric, one for values that
begin alpha. I tried the following formla but the alpha characters are
throwing it off.

=SUMIF(AA9:AA13,"<9000000",AC9:AC13)

A B C
1 12AD10 Joe $200.00
2 140000 Sue $300.00
3 16X516 Steph $100.00
4 E09004 Jim $50.00
5 E74997 Lisa $80.00

Results should be $600 and $130
 
Reply With Quote
 
 
 
 
Biff
Guest
Posts: n/a
 
      23rd Feb 2006
Hi!

For entries that begin with a number:

=SUMPRODUCT(--(ISNUMBER(LEFT(A1:A5)+0)),C1:C5)

For entries that begin with a letter:

=SUMPRODUCT(--(ISERROR(LEFT(A1:A5)+0)),C1:C5)

Biff

"TMF in MN" <(E-Mail Removed)> wrote in message
news:73394B46-4CAE-44EF-8229-(E-Mail Removed)...
>I need a formula that will add column C values based on column A.
> One total for all Column A values that begin numeric, one for values that
> begin alpha. I tried the following formla but the alpha characters are
> throwing it off.
>
> =SUMIF(AA9:AA13,"<9000000",AC9:AC13)
>
> A B C
> 1 12AD10 Joe $200.00
> 2 140000 Sue $300.00
> 3 16X516 Steph $100.00
> 4 E09004 Jim $50.00
> 5 E74997 Lisa $80.00
>
> Results should be $600 and $130



 
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
alpha characters in a formula TeeTee Microsoft Excel Worksheet Functions 8 6th Mar 2009 06:17 PM
Display only the alpha characters in a field w/both alpha&numeric. =?Utf-8?B?QXJibyBN?= Microsoft Access Queries 1 16th Dec 2004 08:19 AM
Is Only Alpha Characters... Gill Smith Microsoft ASP .NET 1 24th May 2004 10:19 PM
Help Counting Alpha Characters neon Microsoft Excel Worksheet Functions 4 1st Jan 2004 08:53 PM
Capture Alpha Characters =?Utf-8?B?V2FsdA==?= Microsoft Access Form Coding 3 9th Dec 2003 04:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:11 AM.