+ Reply to Thread
Results 1 to 2 of 2

cell value based on null/not null in another cell

  1. #1
    spence
    Guest

    cell value based on null/not null in another cell

    I would like to write a formula in cell C23 so that this cell will display as
    empty if cell A23 is empty (null) but will pull the value from cell A1 if A23
    has a value entered into it. I have spent some time working in Access but my
    knowledge of Excel sytax is limited.

    Thanks in advance

  2. #2
    bpeltzer
    Guest

    RE: cell value based on null/not null in another cell

    Assuming that the condition on A23 really is empty (and not, for instance, a
    formula whose result is a null string): =if(isblank(a23),"",a1)

    "spence" wrote:

    > I would like to write a formula in cell C23 so that this cell will display as
    > empty if cell A23 is empty (null) but will pull the value from cell A1 if A23
    > has a value entered into it. I have spent some time working in Access but my
    > knowledge of Excel sytax is limited.
    >
    > Thanks in advance


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1