Thread: if statement
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Kieran Kieran is offline
external usenet poster
 
Posts: 4
Default if statement

hi i was jus wondering what the code would be if i wanted to create an if
statement where for every empty value in the cells from B2 to B29 would add
1. i had this code but it would only add 1 for when the whole field was
blank. this is the code that i was using.
=IF(B2:B29="", (1),)
hope that you can help