Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
esmer
 
Posts: n/a
Default Need assistance with a formula

I need a formula to compute same information for an entire column. For
example -sumporduct(-(a1:a10000="Approved"),-(B1:B10000="Insurance")) this
works for a range of cells I need a formula for an entire column.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Need assistance with a formula

Hi!

Use another formula and split the columns in 2:

=sumporduct(--(a1:a30000="Approved"),--(B1:B30000="Insurance"))+sumporduct(--(a30001:a65536="Approved"),--(B30001:B65536="Insurance"))

Biff

"esmer" wrote in message
...
I need a formula to compute same information for an entire column. For
example -sumporduct(-(a1:a10000="Approved"),-(B1:B10000="Insurance")) this
works for a range of cells I need a formula for an entire column.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Need assistance with a formula

so you use this sumporduct function too? <vbg

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Biff" wrote in message
...
Hi!

Use another formula and split the columns in 2:


=sumporduct(--(a1:a30000="Approved"),--(B1:B30000="Insurance"))+sumporduct(-
-(a30001:a65536="Approved"),--(B30001:B65536="Insurance"))

Biff

"esmer" wrote in message
...
I need a formula to compute same information for an entire column. For
example -sumporduct(-(a1:a10000="Approved"),-(B1:B10000="Insurance"))

this
works for a range of cells I need a formula for an entire column.





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Need assistance with a formula

That was the first thing that came to mind.

This is probably better:

=SUMPRODUCT(--(A1:A65535="App"),--(B1:B65535="Ins"))+AND(A65536="app",B65536="ins")

Or:

=SUMPRODUCT(--(A1:A65535="Approved"),--(B1:B65535="Insurance"))+(A65536="app")*(B65536="i ns")

Biff

"Bob Phillips" wrote in message
...
so you use this sumporduct function too? <vbg

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Biff" wrote in message
...
Hi!

Use another formula and split the columns in 2:


=sumporduct(--(a1:a30000="Approved"),--(B1:B30000="Insurance"))+sumporduct(-
-(a30001:a65536="Approved"),--(B30001:B65536="Insurance"))

Biff

"esmer" wrote in message
...
I need a formula to compute same information for an entire column. For
example -sumporduct(-(a1:a10000="Approved"),-(B1:B10000="Insurance"))

this
works for a range of cells I need a formula for an entire column.







  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Need assistance with a formula

Neither SUMPRODUCT nor array formulae can do whole columns. The best you can
do is

=SUMPRODUCT(-(A1:A65535="Approved"),-(B1:B65535="Insurance"))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"esmer" wrote in message
...
I need a formula to compute same information for an entire column. For
example -sumporduct(-(a1:a10000="Approved"),-(B1:B10000="Insurance")) this
works for a range of cells I need a formula for an entire column.





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Billigmeier
 
Posts: n/a
Default Need assistance with a formula

Have you tried using pivot tables? Sounds like they could help in your
situation.

--
Regards,
Dave


"esmer" wrote:

I need a formula to compute same information for an entire column. For
example -sumporduct(-(a1:a10000="Approved"),-(B1:B10000="Insurance")) this
works for a range of cells I need a formula for an entire column.

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
Is it possible? DakotaNJ Excel Worksheet Functions 25 September 18th 06 09:30 PM
"Unable to set the Formula property of the Series class" with a tw PeterQ Charts and Charting in Excel 1 February 15th 06 07:37 PM
Formula Assistance ( MarthaMartha Excel Worksheet Functions 2 February 15th 06 05:49 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
I need assistance with wrting an Excel formula mdavis Excel Worksheet Functions 2 February 2nd 05 05:48 AM


All times are GMT +1. The time now is 12:47 PM.

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

About Us

"It's about Microsoft Excel"