insert a line on condition

J

jinvictor

a1 is droplist which contain information,(china,australia.....)
i want to do is:
every time i choose china in a1, there will be a pre set line insert in
a2,(that line got all the functions i pre setup), but when i chhse other
countries in a1, nothing change.


cheers.
 
G

Guest

jinvictor said:
a1 is droplist which contain information,(china,australia.....)
i want to do is:
every time i choose china in a1, there will be a pre set line insert in
a2,(that line got all the functions i pre setup), but when i chose other
countries in a1, nothing change.

Perhaps in A2, something like:
=IF(A1<>"china","",<your function>)

---
 

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