Let’s say following is my situation:
Sheet 1:
<tbody>
</tbody>
Sheet 2:
<tbody>
</tbody>
Sheet 3:
<tbody>
</tbody>
I want to be able to make changes in both ways, so either based on the number of the room or based on the value (in this case ‘Wifi’ or ‘Intercom’), and this value is updated in the corresponding alter cell. So what I did is I made a circular reference, let’s say sheet 1!B2=sheet 2!B2 and sheet 2!B2=sheet 2!B1 etc.
So far so good.
The thing is what I’m trying to do is to block the circular reference. If I would change cell B2 in sheet 1 from a Yes to a No, the first time you do this sheet 2 will change as well (because of the circular cell reference). However, if after I would make a change in sheet 2 again, this will not be updated in sheet 1 because cell B2 in sheet 1 changed from a formula towards a value.
Hope I explained well, but what I want is to make a hard cell reference. Anyone any smart suggestions on how to do this?
Cheers!
Sheet 1:
Wifi | Intercom system | |
Room 1 | Yes | Yes |
Room 2 | No | No |
<tbody>
</tbody>
Sheet 2:
Room 1 | |
Wifi | Yes |
Intercom | Yes |
<tbody>
</tbody>
Sheet 3:
Room2 | |
Wifi | No |
Intercom | No |
<tbody>
</tbody>
I want to be able to make changes in both ways, so either based on the number of the room or based on the value (in this case ‘Wifi’ or ‘Intercom’), and this value is updated in the corresponding alter cell. So what I did is I made a circular reference, let’s say sheet 1!B2=sheet 2!B2 and sheet 2!B2=sheet 2!B1 etc.
So far so good.
The thing is what I’m trying to do is to block the circular reference. If I would change cell B2 in sheet 1 from a Yes to a No, the first time you do this sheet 2 will change as well (because of the circular cell reference). However, if after I would make a change in sheet 2 again, this will not be updated in sheet 1 because cell B2 in sheet 1 changed from a formula towards a value.
Hope I explained well, but what I want is to make a hard cell reference. Anyone any smart suggestions on how to do this?
Cheers!
Last edited: