LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Senior Member
 
Location: Philippines
Posts: 161
Default

Quote:
Originally Posted by eBoof View Post
Hi all,
I'm a newbie to this forum and although I've used Excel on and off for a number of years, I'd describe myself as low intermediate, maybe high beginner.
I've attached a spreadsheet to explain my problem.
I have two workbooks, one for the original data and one referencing what I need from that data to create reports. I want to be able to display Max Min and Median but don't want to include instances where no data is submitted (so no zeroes).
If the cell is blank as in the top table then everything works well. But where it is a reference as in the middle table #VALUE errors mess it up.
The bottom table is not suitable because I can't have zeroes because I need to do the same calculations (max,min and median) on some of those columns.

I'm using a Mac and Excel for Mac 2008.
Cheers
Rob
You should introduce the ISERROR function for your formulas in column V so that your Max, Mean and Median won't return an error.

Like, V3 should have:
=IF(ISERROR(IF(SUM(B3+D3+F3+H3+J3+P3+R3+T3)0,SUM( B3+D3+F3+H3+J3+P3+R3+T3),"")),"",IF(SUM(B3+D3+F3+H 3+J3+P3+R3+T3)0,SUM(B3+D3+F3+H3+J3+P3+R3+T3),""))
__________________
Asobi Wa Owari Da
 
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
#DIV/0! errors Erin Leva[_2_] Excel Worksheet Functions 2 May 28th 08 09:44 PM
Excel Throwing Circular Errors When No Errors Exist MDW Excel Worksheet Functions 1 August 10th 06 02:15 PM
#DIV/0! Errors Cindy Excel Worksheet Functions 5 March 30th 06 05:27 PM
Any errors in this?? Frazer Excel Discussion (Misc queries) 0 August 19th 05 08:15 PM
Unresolved Errors in IF Statements - Errors do not show in results Markthepain Excel Worksheet Functions 2 December 3rd 04 08:49 AM


All times are GMT +1. The time now is 10:49 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"