Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default avoid Descending Sort putting error cells uppermost in collumn

Hi, have collumns with numerical results but also error cells which appear
blank due to the formula:
=IF(ISERROR((GD17-FE17)/2),"",(GD17-FE17)/2)
being applied.

When I sort on `desending order` I want the highest numerical results at top
of collumns and the error (BLANK) cells at the bottom.

Any suggestions Guys?
Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default avoid Descending Sort putting error cells uppermost in collumn

=IF(ISERROR((GD17-FE17)/2),-999999,(GD17-FE17)/2)
or any other very large negative value
--
Gary''s Student - gsnu200901


"Romileyrunner1" wrote:

Hi, have collumns with numerical results but also error cells which appear
blank due to the formula:
=IF(ISERROR((GD17-FE17)/2),"",(GD17-FE17)/2)
being applied.

When I sort on `desending order` I want the highest numerical results at top
of collumns and the error (BLANK) cells at the bottom.

Any suggestions Guys?
Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default avoid Descending Sort putting error cells uppermost in collumn

Great works fine: Thanks Gary`s Student!
I`m using just -999 which is small enough.
But how do I use conditional formatting to `white-out` the text for those
cells
I`ve tried <900 and =-999 as conditions, But they don`t seem to work?
Any ideas about this?
Thanks.


"Gary''s Student" wrote:

=IF(ISERROR((GD17-FE17)/2),-999999,(GD17-FE17)/2)
or any other very large negative value
--
Gary''s Student - gsnu200901


"Romileyrunner1" wrote:

Hi, have collumns with numerical results but also error cells which appear
blank due to the formula:
=IF(ISERROR((GD17-FE17)/2),"",(GD17-FE17)/2)
being applied.

When I sort on `desending order` I want the highest numerical results at top
of collumns and the error (BLANK) cells at the bottom.

Any suggestions Guys?
Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default avoid Descending Sort putting error cells uppermost in collumn

Hey, no need to reply: just found out what I was doing wrong
I already had another condition running <3 (to turn pink) and this was
obviously conflicting with the <900 or indeed =-999 commands .
Perhaps I need to take a break!!!!!
Thanks anyhow.


"Romileyrunner1" wrote:

Great works fine: Thanks Gary`s Student!
I`m using just -999 which is small enough.
But how do I use conditional formatting to `white-out` the text for those
cells
I`ve tried <900 and =-999 as conditions, But they don`t seem to work?
Any ideas about this?
Thanks.


"Gary''s Student" wrote:

=IF(ISERROR((GD17-FE17)/2),-999999,(GD17-FE17)/2)
or any other very large negative value
--
Gary''s Student - gsnu200901


"Romileyrunner1" wrote:

Hi, have collumns with numerical results but also error cells which appear
blank due to the formula:
=IF(ISERROR((GD17-FE17)/2),"",(GD17-FE17)/2)
being applied.

When I sort on `desending order` I want the highest numerical results at top
of collumns and the error (BLANK) cells at the bottom.

Any suggestions Guys?
Thanks.

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
Putting subtotals in $ descending order Ms. Domzalski Excel Worksheet Functions 1 December 6th 07 01:14 AM
Ascending Sort formula, change to neg #: descending sort.. nastech Excel Discussion (Misc queries) 6 July 2nd 07 11:00 PM
sort alpa descending 'cell size' error clubfisher Excel Worksheet Functions 4 October 4th 06 06:49 PM
Sort cells with same text descending T-DHM Excel Discussion (Misc queries) 1 January 6th 06 10:20 PM
how can I hide sort ascending and sort descending options in the . vida Excel Discussion (Misc queries) 0 December 11th 04 12:31 AM


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