How can I use an if formula that works on a cell with column?

K

KarenABS

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
 
K

KarenABS

Oh - it is supposed to check to see if there is text in the column and if
that is true it copies from one column to another.
(I am sorry I posted this multiple times - I kept getting an error message!)
Thanks, Karen
 
S

Shane Devenshire

Hi,

You would need to put the formula in column A. Because formula do not copy
and paste anything, they just return values to the cell where the formula is.

Second, if you are really trying to test for text in column C then you
should be using the ISTEXT(C8) function because ISBLANK tests for numbers,
text, dates, anything in the cell, not just text.
 
K

KarenABS

Thanks to everyone...I had the formula in the right cell I had just wanted to
make it work for the entire column but instead I just copied the formula past
where the current data is and that should work for them.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top