sspatriots
Well-known Member
- Joined
- Nov 22, 2011
- Messages
- 585
- Office Version
- 365
- Platform
- Windows
Hi,
I've got a formula in the same cell location on multiple tabs of my workbook. Basically, all it does is return a "Job Name" from a table that matches the table name in a cell on another worksheet called "Worksheet and Table Names". Similarly, I have a formula in a cell directly beneath this one that does the same thing but provides a "Customer" name.
I have one user of this file that has an issue with the formula results in these cells disappearing when he goes to print any worksheet he is on. After he prints, the cell does not show a result. So far, I cannot duplicate the issue on my PC. Just wondering if anyone has come across an issue with formulas not updating. One thing that does work for this user is to save the file, close and reopen. Then the cells with the formulas are populated again.
Here is this formula which results in a Job Name in the cell:
I have this very similar formula in the same cell directly beneath this one on the same worksheets which results in a Customer Name in the cell:
Any thoughts on what the issue might be, please advise. I've tried looking at some of the typical settings that were recommended from the link below but coming up empty. I'm guessing that just because I can't replicate it, it doesn't mean it isn't something wrong with the file itself. I don't really see what he is doing inside this file every day.
Thanks, SS
I've got a formula in the same cell location on multiple tabs of my workbook. Basically, all it does is return a "Job Name" from a table that matches the table name in a cell on another worksheet called "Worksheet and Table Names". Similarly, I have a formula in a cell directly beneath this one that does the same thing but provides a "Customer" name.
I have one user of this file that has an issue with the formula results in these cells disappearing when he goes to print any worksheet he is on. After he prints, the cell does not show a result. So far, I cannot duplicate the issue on my PC. Just wondering if anyone has come across an issue with formulas not updating. One thing that does work for this user is to save the file, close and reopen. Then the cells with the formulas are populated again.
Here is this formula which results in a Job Name in the cell:
Excel Formula:
=IF(ISERROR(XLOOKUP($K$5,INDIRECT('Worksheet and Table Names'!B2&"[COMPL PO NO CORR]"),
INDIRECT('Worksheet and Table Names'!B2&"[DEM Job Name2]"))),"",
XLOOKUP($K$5,INDIRECT('Worksheet and Table Names'!B2&"[COMPL PO NO CORR]"),
INDIRECT('Worksheet and Table Names'!B2&"[DEM Job Name2]")))
I have this very similar formula in the same cell directly beneath this one on the same worksheets which results in a Customer Name in the cell:
Excel Formula:
=IF(ISERROR(XLOOKUP($K$5,INDIRECT('Worksheet and Table Names'!B2&"[COMPL PO NO CORR]"),
INDIRECT('Worksheet and Table Names'!B2&"[DEM Customer]"))),"",
XLOOKUP($K$5,INDIRECT('Worksheet and Table Names'!B2&"[COMPL PO NO CORR]"),
INDIRECT('Worksheet and Table Names'!B2&"[DEM Customer]")))
Any thoughts on what the issue might be, please advise. I've tried looking at some of the typical settings that were recommended from the link below but coming up empty. I'm guessing that just because I can't replicate it, it doesn't mean it isn't something wrong with the file itself. I don't really see what he is doing inside this file every day.
Thanks, SS