I have been scratching my head for months now with this issue.
Here is my main sheet with all units info :
[TABLE="width: 500"]
<tbody>[TR]
[TD]UNIT INFO[/TD]
[TD]MAINTENANCE TYPE[/TD]
[/TR]
[TR]
[TD]228-12[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]228-17[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]336-10[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]336-15[/TD]
[TD]1500[/TD]
[/TR]
</tbody>[/TABLE]
Here is my PM sheet
[TABLE="width: 500"]
<tbody>[TR]
[TD]UNIT[/TD]
[TD]MAINTENANCE TYPE[/TD]
[TD]DUE IN[/TD]
[/TR]
[TR]
[TD]228-12[/TD]
[TD]1500[/TD]
[TD]43[/TD]
[/TR]
[TR]
[TD]228-17[/TD]
[TD]1000[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]336-10[/TD]
[TD]500[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]336-15[/TD]
[TD]1500[/TD]
[TD]1500[/TD]
[/TR]
</tbody>[/TABLE]
I want to be able to say "If the cell in PM sheet, column DUE IN is = to PM sheet column MAINTENANCE TYPE, then Main sheet Column MAINTENANCE TYPE = PM sheet column DUE IN + 250.
In other words, I want to be able to use a vlookup and add 250 to the value in the Main sheet for column "MAINTENANCE TYPE" when, in PM sheet, column "DUE IN is equal to column "MAINTENANCE TYPE in PM sheet.
The problem with all this is that the column "MAINTENANCE TYPE" in PM sheet uses a vlookup formula to get it's value from the column "MAINTENANCE TYPE" in the Main sheet.
Every method I tried keeps giving me a circular reference.
Here is my main sheet with all units info :
[TABLE="width: 500"]
<tbody>[TR]
[TD]UNIT INFO[/TD]
[TD]MAINTENANCE TYPE[/TD]
[/TR]
[TR]
[TD]228-12[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]228-17[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]336-10[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]336-15[/TD]
[TD]1500[/TD]
[/TR]
</tbody>[/TABLE]
Here is my PM sheet
[TABLE="width: 500"]
<tbody>[TR]
[TD]UNIT[/TD]
[TD]MAINTENANCE TYPE[/TD]
[TD]DUE IN[/TD]
[/TR]
[TR]
[TD]228-12[/TD]
[TD]1500[/TD]
[TD]43[/TD]
[/TR]
[TR]
[TD]228-17[/TD]
[TD]1000[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]336-10[/TD]
[TD]500[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]336-15[/TD]
[TD]1500[/TD]
[TD]1500[/TD]
[/TR]
</tbody>[/TABLE]
I want to be able to say "If the cell in PM sheet, column DUE IN is = to PM sheet column MAINTENANCE TYPE, then Main sheet Column MAINTENANCE TYPE = PM sheet column DUE IN + 250.
In other words, I want to be able to use a vlookup and add 250 to the value in the Main sheet for column "MAINTENANCE TYPE" when, in PM sheet, column "DUE IN is equal to column "MAINTENANCE TYPE in PM sheet.
The problem with all this is that the column "MAINTENANCE TYPE" in PM sheet uses a vlookup formula to get it's value from the column "MAINTENANCE TYPE" in the Main sheet.
Every method I tried keeps giving me a circular reference.