Help with functions

G

Guest

If I have the following formula in a worksheet to bring up a message box

=IF((F4-E4)>=10,Amend()+F4-E4,F4-E4)

How can I use a function to transfer some information from different cells
to a new worksheet
if the formula above works?
 
G

Guest

You can't have a function transfer information to another cell, it will
return it's info in the cell where it's located, you would need a formula(s)
in the cells where you want this information. Otherwise you would need VBA

Regards,

Peo Sjoblom
 
G

Guest

VBA? What will i look for.

Thanks

Peo Sjoblom said:
You can't have a function transfer information to another cell, it will
return it's info in the cell where it's located, you would need a formula(s)
in the cells where you want this information. Otherwise you would need VBA

Regards,

Peo Sjoblom
 

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