make list of information from different cells

A

ACTLibrarian

Hello!

I'm trying to write a string that will tell the program to look at one cell,
determine if it is emply and if it is empty (which would be true?) then add
the text from another cell to a list. Basically I'm trying to make a list of
email addresses of people who haven't finished a project.
 
G

Guest

=if
(cell_that_should_be_empty=""),the_cell_you_want_instead,ce
ll_that_should_be_empty)
 

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