Fred, thanks for the suggestion. Unfortunately it also finds 1,000,000 and makes it 10,000,000. In essence I need something that works like:
find formula where equals (or contains) 100,000 AND not equal to (or does not contain) 1,000,000
Example of formula:
=(C11/(sheetoffset(-1, C$74)/4))*1000000
The sheet runs from A1:X84 and there are 13 sheets in the workbook which is why I am not checking manually.
Because the file has been worked on by many people and human error in general, I thought it would be good to check that in fact the value is 1 million (6 0s). So I want to check for 5 0s, 7 0s... not perfect but would find most common errors (one 0 too many or too little).
Need to search the sheet to find any formula/cell that has 100,000 (but not 1,000,000) and then I can manually fix it. There are probably few, if any, errors.
Thanks again,
Carolyn