View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default How can I use an if formula that works on a cell with column?

What is the formula supposed to do? The True and False actions are the same.

--
__________________________________
HTH

Bob

"KarenABS" wrote in message
...
I am using this formula =IF(ISBLANK($C8),($E8),($E8)) and it is working on
individual cells. My issue is when refreshing the data I don't know how
many
cells will need to be included. Can I use a similar formula for the
entire
column?
Thanks, Karen