Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
CHRIS K
 
Posts: n/a
Default SUMIF SUBTOTAL OR SUMPRODUCT?

I want to sum a row ignoring the highest (2) and lowest (2) values BUT some
of the cells have a #DIV0!
All I can get using sum and sub total and sumprod is #DIV0!

thanks
--
CHRISK
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default SUMIF SUBTOTAL OR SUMPRODUCT?

Why not fix the cells that return DIV error first

=IF(A1=0,"",B1/A1)

otherwise you need something like

=SUM(IF(ISNUMBER(A1:J1),A1:J1),-SMALL(IF(ISNUMBER(A1:J1),A1:J1),{1;2}),-LARG
E(IF(ISNUMBER(A1:J1),A1:J1),{1;2}))

entered with ctrl + shift & enter


--

Regards,

Peo Sjoblom

"CHRIS K" wrote in message
...
I want to sum a row ignoring the highest (2) and lowest (2) values BUT

some
of the cells have a #DIV0!
All I can get using sum and sub total and sumprod is #DIV0!

thanks
--
CHRISK



  #3   Report Post  
Techie Momma
 
Posts: n/a
Default 2 Changing Columns adding to original value

Hi,

I have the following worksheet and need to have the totals of the columns
equal the total that they are right now even when both column's values
change. Here's what I mean:

DONE REMAINING

000 136
000 37
000 25
000 46
000 46

Above is how the numbers are originally, and here's what I would like them
to do after inputting just one number (Done).

DONE REMAINING

012 124
010 027
018 007
030 016
015 031

Can someone help me with this function please?

Thanks alot!

--
Techie Momma


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
SUMIF Function Inside SUMPRODUCT Function Abdul Waheed Excel Worksheet Functions 17 September 19th 05 04:24 PM
Subtotal - Can I use Sumproduct ? guilbj2 Excel Discussion (Misc queries) 4 May 30th 05 10:40 PM
Subtotal on SumIf Steven Excel Worksheet Functions 1 May 26th 05 12:25 AM
SUMPRODUCT or SUMIF or ... nfbelo Excel Worksheet Functions 4 May 24th 05 06:34 PM
Sumif not Sumproduct David Excel Worksheet Functions 4 December 8th 04 12:39 PM


All times are GMT +1. The time now is 10:52 PM.

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"