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")
 
Back
Top