Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Seth,
Maybe... Sub DoTheTwist() If Worksheets("Data").Range("C10").Value = "N.G." Then Worksheets("Matrix").Range("X62").Value = "N/A" End If End Sub -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware "Seth" wrote in message I have two sheets I'm working with, called "Data" and "Matrix". I have a simple macro to evaluate a cell (C10) in Data, and if the statement is true, then I want to change a cell in Matrix to the text "N/A". Here's my problem, the cell location I want to change is contained in cell C8 in Data and looks like this: =Matrix!$X$62 So far I have... Sheets("Data").Select For i = 3 To 149 If Cells(10, i) = "N.G." Then ????? = "N/A" End If Next Thanks in advance! Seth |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linked Workbooks - change in file location | Links and Linking in Excel | |||
Locking linked file location in a formula | Excel Discussion (Misc queries) | |||
Find/Replace Linked Cells Prompts File Location | Links and Linking in Excel | |||
Utility to change location of linked tables? | New Users to Excel | |||
Linked cell location of hyperlink | Excel Worksheet Functions |