#1   Report Post  
chris w
 
Posts: n/a
Default More IF help

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.

  #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.

  #3   Report Post  
K.S.Warrier
 
Posts: n/a
Default

Hi,
I presume you want like this.
If you have datas in columns A&B then
C1=if(A1="","",B1) "" means blank
Thank you,
k.s.Warrier


"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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:24 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"