Thread: =IF(OR question
View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jock Jock is offline
external usenet poster
 
Posts: 440
Default =IF(OR question

Hi JE,
it was only hypothetical. I was curious to see if it was possible to use a
range of cells with the OR function because putting OR(B6=0,B7=0,B8=0,B9=0)
etc is a bit messy.
--
Traa Dy Liooar

Jock


"JE McGimpsey" wrote:

Hard to modify your formula: what would would you be subtracting from
what in that case?

Perhaps you can modify:

=IF(COUNTIF(B6:B18,0)=0,<some formula,"")




In article ,
Jock wrote:

Thanks to all. To take it one more step; if there was a range of cells (ie
B6:B18), rather than the two (B6 & B7) that need to be any value other than
0, how would the formula be modified?