Contents of cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Cell a1 is a formula that looks at another cell and returns a date or ""
(nothing)
Cell a2 is a formula that looks at another cell and returns a number or ""
(nothing)

Now I need a formula that looks at a1 and if the result equals "" then
return a2 otherwise return a1.

Any help will be appreciated.
 
Cell a1 is a formula that looks at another cell and returns a date or ""
(nothing)
Cell a2 is a formula that looks at another cell and returns a number or ""
(nothing)

Now I need a formula that looks at a1 and if the result equals "" then
return a2 otherwise return a1.

Any help will be appreciated

=if(a1="",a2,a1)

Rgds.

__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
 

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

Back
Top