Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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? |
#2
![]() |
|||
|
|||
![]()
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 "Monty" wrote: 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? |
#3
![]() |
|||
|
|||
![]()
VBA? What will i look for.
Thanks "Peo Sjoblom" wrote: 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 "Monty" wrote: 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
PivotTable Functions | Charts and Charting in Excel | |||
Advise on Pivot Table & Functions | Excel Discussion (Misc queries) | |||
Offset and Indirect functions | Excel Discussion (Misc queries) | |||
DSUM and other functions on External data | Excel Discussion (Misc queries) | |||
Can I retain functions from a previous cell when inserting a new r | Excel Discussion (Misc queries) |