Formula Help

  • Thread starter Thread starter ljsimm
  • Start date Start date
L

ljsimm

I have a name (based on a formula) in D2 and need to have a formul
automatically show up in E2 based on what is typed in D2. Pretty ne
at Excel and need help
 
If you can be more specific at what you'd like to achieve
in E2, then perhaps I can help you better. However, just
reading from your post, you can try the IF function with
the following syntax:

=IF(logical_test,value_if_true,value_if_false)

for example: =IF(E2="name",formula,"blank")
 

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

Similar Threads


Back
Top