LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
ksp
 
Posts: n/a
Default Duplicate & Zero Values in Lists (Excel 2003)


Hi All

I have a list of data in excel that is made up of alpha-numeric text
(job numbers), that has a second column to the right that has dollar
values. The list has blank lines within it. Similar to this

Column A Column B
abcd1234 123.50
wxyz8596 100.00

thed5555 150.00
huji7777 0.00

I have been able to use the array formula:
=IF(ROW()-ROW(NoBlanksRange)+1ROWS(BlanksRange)-
COUNTBLANK(BlanksRange),"",INDIRECT(ADDRESS(SMALL(
(IF(BlanksRange<"",ROW(BlanksRange),ROW()+ROWS(Bl anksRange))),
ROW()-ROW(NoBlanksRange)+1),COLUMN(BlanksRange),4)))

to filter Column A to get rid of the blank rows. While I don't actually
follow how this formula works (I copied it from someone elses post) I
have successfully managed to filter column A and get rid of the blank
rows.

Now comes the but........

What I would really like to do is apply this to both columns. By this I
mean that I want to filter the data based on Column A and get rid of any
blank rows, but at the same time I want to keep the link to the dollar
value so that my resulting data would look like this

Column A Column B
abcd1234 123.50
wxyz8596 100.00
thed5555 150.00
huji7777 0.00

In addition to this I want to be able to discard the job numbers that
have a zero dollar value (this can be done in two steps if need be), so
that the ultimate result would look like this:

Column A Column B
abcd1234 123.50
wxyz8596 100.00
thed5555 150.00

I know - I don't want much !

Any suggestions / help would be appreciated

Many thanks in advance

Karen


--
ksp
------------------------------------------------------------------------
ksp's Profile: http://www.excelforum.com/member.php...fo&userid=6267
View this thread: http://www.excelforum.com/showthread...hreadid=394152

 
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
LINEST bug in Excel 2003 mathman Excel Worksheet Functions 11 June 21st 05 02:05 PM
"Group" function very slow with Excel 2003 :( ... While very quick with Excel2000 :O) Alain79 Excel Discussion (Misc queries) 4 June 14th 05 07:34 AM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
LINEST bug with cubic polynomials in Excel 2003 byundt Excel Worksheet Functions 3 March 21st 05 02:15 PM
Excel 2003 V's Excel 2000? Ket Excel Worksheet Functions 2 March 9th 05 12:05 PM


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