Thread: More IF help
View Single Post
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=IF(ISBLANK(A1),B1,A1)

In article ,
"chris w" wrote:

This I know is simple, but I am more simple. :^ )

I have a cell that I want to equal another cell on the sheet, but if that
cell is empty then I want it to read an alternate cell.