Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am working with 3 worksheets in the same workbook. My worksheet tabs are
labeled: 9C moinfo slsbudg I am trying to create a formula in the cell for worksheet tab 9C that links the two other worksheets. In words this is what I need the formula to do: If moinfo cell F5 = 1, then slsbudg cell C32=9C cell F19 Any help is greatly appreciated. Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Not clear what you want could you be a little more specific in your example, thanks "John" wrote: I am working with 3 worksheets in the same workbook. My worksheet tabs are labeled: 9C moinfo slsbudg I am trying to create a formula in the cell for worksheet tab 9C that links the two other worksheets. In words this is what I need the formula to do: If moinfo cell F5 = 1, then slsbudg cell C32=9C cell F19 Any help is greatly appreciated. Thanks! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In slsbudg!C32: =if(moinfo!f5=1,9C!F19,"")
The easiest way to get these formulas is let Excel do it. Go to the cell where you want the result (ie, C32 in slsbudg). Enter: =if( Now navigate to your F5 cell in moinfo [you will see Excel creating the formula for you] Enter: =1, Navigate to your F19 cell in 9C Enter: ,"") Hit the return key. Once you learn this feature you will never type a cell address again. Regards, Fred "John" wrote in message ... I am working with 3 worksheets in the same workbook. My worksheet tabs are labeled: 9C moinfo slsbudg I am trying to create a formula in the cell for worksheet tab 9C that links the two other worksheets. In words this is what I need the formula to do: If moinfo cell F5 = 1, then slsbudg cell C32=9C cell F19 Any help is greatly appreciated. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
problem with Linking workbooks via "copy" and "paste link" | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |