Hi,
I'm having an odd issue with finding stuff on a worksheet...
I have a workbook that has a master sheet and several sub-sheets.
Essentially, this is a pricelist that has the products and standard pricing on the master sheet and the sub sheets (all in the same workbook) have specific pricing for certain clients.
The data (i.e. the master descriptions, product codes and base pricing) for the sub-sheets comes from the master sheet and is displayed on the sub sheets using sheet references on the sub-sheets (so that I can change something on the master and it reflects the change onto the sub-sheets). For instance, sheet reference F4 on the master contains a product code and to display it on a sub-sheet I am using the function (Mastersheet!F4). This then shows the same product code on the sub sheet. Let's say the entry is "Projector 3500".
However, if I'm on a sub sheet and do a FIND for "Projector 3500" (as I want to find it to see the price for this particular customer) it's not found as the contents of the cell is actually (Mastersheet!F4). Is there any way to make this work using the standard program buttons/options and NOT using a Macro anywhere?
There must be an easy way, surely?
I'm having an odd issue with finding stuff on a worksheet...
I have a workbook that has a master sheet and several sub-sheets.
Essentially, this is a pricelist that has the products and standard pricing on the master sheet and the sub sheets (all in the same workbook) have specific pricing for certain clients.
The data (i.e. the master descriptions, product codes and base pricing) for the sub-sheets comes from the master sheet and is displayed on the sub sheets using sheet references on the sub-sheets (so that I can change something on the master and it reflects the change onto the sub-sheets). For instance, sheet reference F4 on the master contains a product code and to display it on a sub-sheet I am using the function (Mastersheet!F4). This then shows the same product code on the sub sheet. Let's say the entry is "Projector 3500".
However, if I'm on a sub sheet and do a FIND for "Projector 3500" (as I want to find it to see the price for this particular customer) it's not found as the contents of the cell is actually (Mastersheet!F4). Is there any way to make this work using the standard program buttons/options and NOT using a Macro anywhere?
There must be an easy way, surely?