Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jim sturtz
 
Posts: n/a
Default this may be simple, sumif question

i have a column that gets 2 values in it either a number which could be 0,
or a blank.

i would like to sum another column if the first one is empty(blank).

column A column B
1.02 1 row1
2.22 1 2
0.00 1 3
1 4
4.44 1 5

so sumif(a1:a5,not empty,b1:b5) would equal 4 as column A row 4 is blank.

can this be expressed. i cant use 0 as 0 can be a valid answer.

thanks.

jim


  #3   Report Post  
CLR
 
Posts: n/a
Default

Maybe.......

=SUMIF(A1:A5,"<"&"",B1:B5)

Vaya con Dios,
Chuck, CABGx3


"jim sturtz" wrote in message
...
i have a column that gets 2 values in it either a number which could be 0,
or a blank.

i would like to sum another column if the first one is empty(blank).

column A column B
1.02 1 row1
2.22 1 2
0.00 1 3
1 4
4.44 1 5

so sumif(a1:a5,not empty,b1:b5) would equal 4 as column A row 4 is blank.

can this be expressed. i cant use 0 as 0 can be a valid answer.

thanks.

jim




  #4   Report Post  
jim sturtz
 
Posts: n/a
Default

sorry i wasnt clear. the 1st answer was what i was looking for, thanks very
much.

jim

"Sandy Mann" wrote in message
...
Your narrative seems a bit contradictory to me. If you want to count

Column
B is Column A in not empty try:

=SUMIF(A3:A9,"<"&"",B3:B9)

If you want to count Column B when Column A IS empty try:

=SUMIF(A3:A9,"="&"",B3:B9)

--
HTH

Sandy

Replace@mailinator with @tiscali.co.uk


"jim sturtz" wrote in message
...
i have a column that gets 2 values in it either a number which could be

0,
or a blank.

i would like to sum another column if the first one is empty(blank).

column A column B
1.02 1 row1
2.22 1 2
0.00 1 3
1 4
4.44 1 5

so sumif(a1:a5,not empty,b1:b5) would equal 4 as column A row 4 is

blank.

can this be expressed. i cant use 0 as 0 can be a valid answer.

thanks.

jim






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
simple chart question Shooter Excel Worksheet Functions 1 July 26th 05 06:48 PM
Simple Date Display Question Seth Excel Discussion (Misc queries) 6 July 15th 05 07:46 PM
Simple Simple Excel usage question BookerW Excel Discussion (Misc queries) 1 June 23rd 05 10:06 PM
Simple question Sheila Clarke Excel Discussion (Misc queries) 2 March 24th 05 04:31 PM
Pivot Tables - "simple" question Eoin Bairead Excel Discussion (Misc queries) 1 February 28th 05 07:07 PM


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