Hi! I am trying to write an If statement by linking 2 worksheets. This is the formula that I am trying to use =IF(G6=Sheet1!C2,Sheet4!P12,IF(OR(G6=Sheet1!C4,Sheet5!P14),))
The funny thing is that it is working for the first part but not for the second part.
Note : Cell G6 gets updated based on macro, so it picks up value from sheet1. So G6 can change and I want to write an IF statement so that when G6 changes value should get updated in the other cell.
Is this doable or is their any other solution?
Please help. Thanks
The funny thing is that it is working for the first part but not for the second part.
Note : Cell G6 gets updated based on macro, so it picks up value from sheet1. So G6 can change and I want to write an IF statement so that when G6 changes value should get updated in the other cell.
Is this doable or is their any other solution?
Please help. Thanks