hello again guys …
the problem is i try to sort a range of data in my wb..and it seems to be not what i want to do
the problem occured when i try to sort it in column ad4..
can you guys please help me..thanks
please refer to my attachment
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Yet again..sorting problem (2000)
How do you want it to look and sort, it sorts as expected. The resolution should be similar scheme to what was proposed in post 370494
If you sort ascending, the the zero first (which you have chosen to not display, so it looks “blank”, but is still a zero), It increases in the numbers from 0.97 to 4.85, it then places all the null strings (“”) [again these “look “blank” but have a zero-length string in them] . If you sort descending they sort the opposite way (null strings, 4.85-0.97,0).
You could keep the “0” [From “item 1”] with the other “blanks”, by changing the formula to in AD4 to:
=IF(ISERROR(G4+L4+Q4+V4+AA4),0,G4+L4+Q4+V4+AA4)
and copying it down the column.
You could sort on col AD primarily (desc) and then by B (desc) to group all the “non-zeroes” together. Then define the range based on column B and only sort this range (see the post above for the example code to do this).
If you want to separate a zero from a “blank” keep the formula as it is. You then would need to sort asc to put the “blanks” at the bottom, define a new range based on Col B, then sort as desired.
Steve
wowwwwwwwwwwwwww..
you are awesome steve..thanks a zillion..yet again your save me..
why i didnt think about the correct formula ..the one that you provide:
=IF(ISERROR(G4+L4+Q4+V4+AA4),0,G4+L4+Q4+V4+AA4)
instead of doing that i use.. this formula :
=IF(ISERROR(G4+L4+Q4+V4+AA4),”0″,G4+L4+Q4+V4+AA4)
my problem solved..god bless you steve..cheers
wowwwwwwwwwwwwww..
you are awesome steve..thanks a zillion..yet again your save me..
why i didnt think about the correct formula ..the one that you provide:
=IF(ISERROR(G4+L4+Q4+V4+AA4),0,G4+L4+Q4+V4+AA4)
instead of doing that i use.. this formula :
=IF(ISERROR(G4+L4+Q4+V4+AA4),”0″,G4+L4+Q4+V4+AA4)
my problem solved..god bless you steve..cheers
How do you want it to look and sort, it sorts as expected. The resolution should be similar scheme to what was proposed in post 370494
If you sort ascending, the the zero first (which you have chosen to not display, so it looks “blank”, but is still a zero), It increases in the numbers from 0.97 to 4.85, it then places all the null strings (“”) [again these “look “blank” but have a zero-length string in them] . If you sort descending they sort the opposite way (null strings, 4.85-0.97,0).
You could keep the “0” [From “item 1”] with the other “blanks”, by changing the formula to in AD4 to:
=IF(ISERROR(G4+L4+Q4+V4+AA4),0,G4+L4+Q4+V4+AA4)
and copying it down the column.
You could sort on col AD primarily (desc) and then by B (desc) to group all the “non-zeroes” together. Then define the range based on column B and only sort this range (see the post above for the example code to do this).
If you want to separate a zero from a “blank” keep the formula as it is. You then would need to sort asc to put the “blanks” at the bottom, define a new range based on Col B, then sort as desired.
Steve
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.
Notifications