#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default formula needed

I need to show a value in one cell based on a range of cells showing a value
0 but not the sum of those cells. IE I have cells range B4:D155 and F4:G155

from each of those cells I need to know if it has a value of 0 (I don't care
what the value is)

I need in another cell if(B40,1,0) + if(B40,1,0) ... + if (D1540,1,0) +
if (D1550,1,0) + ...(the second range) How can I accomplish this without
entering all of these as individual cells)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default formula needed

=COUNTIF(B4:D155,"0")+COUNTIF(F4:G155,"0")
--
David Biddulph

SuzyQ wrote:
I need to show a value in one cell based on a range of cells showing
a value
0 but not the sum of those cells. IE I have cells range B4:D155 and
F4:G155

from each of those cells I need to know if it has a value of 0 (I
don't care what the value is)

I need in another cell if(B40,1,0) + if(B40,1,0) ... + if
(D1540,1,0) + if (D1550,1,0) + ...(the second range) How can I
accomplish this without entering all of these as individual cells)



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
Formula Help Needed! pivot table Excel Worksheet Functions 1 November 4th 08 07:30 PM
Excel formula to copy/paste formula needed please. colwyn Excel Discussion (Misc queries) 4 October 22nd 08 11:27 PM
Formula help needed caseysmydog Excel Discussion (Misc queries) 2 March 28th 08 03:38 AM
Formula needed judgejulz Excel Discussion (Misc queries) 4 February 19th 07 03:34 PM
Formula help needed [email protected] Excel Worksheet Functions 0 May 24th 06 07:13 PM


All times are GMT +1. The time now is 08:05 AM.

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"