Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Extracting data from rows where one field is blank

I'm trying to write a formula or use filtering to get a list of uncleared
checks in a check register. The data looks like this:
21 A B C
22 Date Amount Cleared
23 xxxxx 1.98 X
24 xxxxx 2.55
25 xxxxx 3.00 X

I need to extract the information for check 124, which has not cleared.
I've tried using the IF and ISBLANK functions in an advanced filter dialgue,
but can't seem to make it work. In the criteria cell, my formula is
=IF(ISBLANK(C23),"",B23).
Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Extracting data from rows where one field is blank


If you're trying to extract column B if C is blank (as you stated), your
formula is backwards:
=IF(ISBLANK(C23),"",B23) should be =IF(ISBLANK(C23),B23,"").


--
pikapika13
------------------------------------------------------------------------
pikapika13's Profile: http://www.excelforum.com/member.php...o&userid=10892
View this thread: http://www.excelforum.com/showthread...hreadid=570782

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default Extracting data from rows where one field is blank

Hi BillBurton57

You can use AutoFilter on column C
Choose Blanks in the dropdown


--
Regards Ron de Bruin
http://www.rondebruin.nl



"BillBurton57" wrote in message ...
I'm trying to write a formula or use filtering to get a list of uncleared
checks in a check register. The data looks like this:
21 A B C
22 Date Amount Cleared
23 xxxxx 1.98 X
24 xxxxx 2.55
25 xxxxx 3.00 X

I need to extract the information for check 124, which has not cleared.
I've tried using the IF and ISBLANK functions in an advanced filter dialgue,
but can't seem to make it work. In the criteria cell, my formula is
=IF(ISBLANK(C23),"",B23).
Thanks



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Extracting data from rows where one field is blank

Tried that... didn't work

"pikapika13" wrote:


If you're trying to extract column B if C is blank (as you stated), your
formula is backwards:
=IF(ISBLANK(C23),"",B23) should be =IF(ISBLANK(C23),B23,"").


--
pikapika13
------------------------------------------------------------------------
pikapika13's Profile: http://www.excelforum.com/member.php...o&userid=10892
View this thread: http://www.excelforum.com/showthread...hreadid=570782


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Extracting data from rows where one field is blank

That will only display the blanks, but I need to EXTRACT the rows with blanks
so I can add them up. Summing the amount column keeps the total even if I
only display the blank cells.

"Ron de Bruin" wrote:

Hi BillBurton57

You can use AutoFilter on column C
Choose Blanks in the dropdown


--
Regards Ron de Bruin
http://www.rondebruin.nl



"BillBurton57" wrote in message ...
I'm trying to write a formula or use filtering to get a list of uncleared
checks in a check register. The data looks like this:
21 A B C
22 Date Amount Cleared
23 xxxxx 1.98 X
24 xxxxx 2.55
25 xxxxx 3.00 X

I need to extract the information for check 124, which has not cleared.
I've tried using the IF and ISBLANK functions in an advanced filter dialgue,
but can't seem to make it work. In the criteria cell, my formula is
=IF(ISBLANK(C23),"",B23).
Thanks






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Extracting data from rows where one field is blank

If you use data|filter|autofilter, then you can change your =sum(...) formula to
=subtotal(9,...)

=subtotal(...)
will ignore those rows hidden by autofilter.

BillBurton57 wrote:

That will only display the blanks, but I need to EXTRACT the rows with blanks
so I can add them up. Summing the amount column keeps the total even if I
only display the blank cells.

"Ron de Bruin" wrote:

Hi BillBurton57

You can use AutoFilter on column C
Choose Blanks in the dropdown


--
Regards Ron de Bruin
http://www.rondebruin.nl



"BillBurton57" wrote in message ...
I'm trying to write a formula or use filtering to get a list of uncleared
checks in a check register. The data looks like this:
21 A B C
22 Date Amount Cleared
23 xxxxx 1.98 X
24 xxxxx 2.55
25 xxxxx 3.00 X

I need to extract the information for check 124, which has not cleared.
I've tried using the IF and ISBLANK functions in an advanced filter dialgue,
but can't seem to make it work. In the criteria cell, my formula is
=IF(ISBLANK(C23),"",B23).
Thanks





--

Dave Peterson
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
Inputting data to one worksheet for it effect another daedalus1 Excel Discussion (Misc queries) 1 June 25th 06 04:39 PM
Ignoring Rows When Extracting Data From One Worksheet To Another Jim J. Excel Worksheet Functions 2 May 8th 06 04:55 PM
Listing data without blank rows Dannycol Excel Worksheet Functions 8 May 1st 06 06:05 PM
Showing only rows with data Shaz Excel Discussion (Misc queries) 2 February 16th 06 04:32 AM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM


All times are GMT +1. The time now is 06:03 AM.

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"