Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Formulas can't push but they can pull.
In M4 enter =IF(G4="Closed",G4,"") If you're looking for VBA solution. Sub test() With ActiveSheet If .Range("G4") = "closed" Then ..Range("M4") = "closed" End If End With End Sub Gord Dibben MS Excel MVP On Mon, 26 Jan 2009 14:28:05 -0800, mzwayne wrote: Hello! I would like to have a formula that will automatically populate into a cell. For example: if G4 says "Closed" then insert "Closed" in M4. Can anyone tell me if this is possible and how to do it?? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Nested formula to search a text string and return specific text | Excel Worksheet Functions | |||
Formula Text String: Formatting Text and Numbers? | Excel Discussion (Misc queries) | |||
Link to text and return text into a formula? | Excel Worksheet Functions | |||
Excel:Get concatenated text to be recognised as formula not text? | Excel Discussion (Misc queries) | |||
Formula to count text and alert me if a text appears more than twi | Excel Discussion (Misc queries) |