Sign in to join the conversation:
Within a sheet (call it "A") I used a formula referencing a different sheet (let's call it X).
Later I deleted sheet "A". However I see an annoying "Used in formula from unknown sheet" in sheet X. Is there any way I can clear these out?
Please help.
Currently, you need to:
undelete the sheet
remove all formula references (I just delete all rows)*
add content to sheet that requires a save.
wait two hours
check if the <unknown sheet> reference is gone
then delete the sheet again.
Developers are working on a better fix, so I am told.
Craig
*kind of defeats the point of having the sheet recoverable for 30 days but ... I hope we won't need to do it this way for very much longer.
Thanks. I cannot delete the row.
Is there a way I can 'delete the reference' to a cell just like 'remove link'. I couldn't find that. Remove link works well but I can't seem to find delete reference.
Hello, I have a checkbox column that I would like to be checked when comparing 2 columns. I would like it to be checked if the 2 columns are not equal or if one of the 2 columns has an error. It's important to note that both columns are numbers. My original formula was: =IF([COLUMN A]@row <> [COLUMN B]@row , 1, 0) However,…
Hello! I have what is probably a simple question my brain is just not comprehending properly. I need to SUMIFS from a sheet that matches some specific criteria but one of the fields I am using against needs to calculate a total if one dropdown field matches ANY ONE of these 3 items that is in it to be chosen… Capitol…
Hello, I face one difficulty trying to transform text in date using DATE formula I want to find the first day of a week based on the week number & year number put in a cell For instance in a cell I find "25-45" FOR Year= 2025 & Week= 45, so I look for the monday of this week that should be the 3rd of nov Step 1 find first…