I have released ClipTools to the general public. This is my free clipboard manager with all sorts of extra functionality. You can get it for free from the Mac App Store. Sorry for the long video, there's just so much to explain. Here's a link to the page that explains how to use it: <a href="https://macmost.com/cliptools" rel="nofollow noopener" target="_blank">https://macmost.com/cliptools</a> Here's a link to the Mac App Store page to download it: <a href="https://apps.apple.com/us/app/cliptools/id1619348240" rel="nofollow noopener" target="_blank">https://apps.apple.com/us/app/cliptools/id1619348240</a>
Here's a simple(ish) script that will look at your selection in Numbers and clear out only cells with number values. It will leave formulas and text alone. Apparently Excel users have this, but there's no easy way to do it in Numbers. If you take this script and put it in a Shortcut, it can be just as easy to do in Numbers though. I'll attach the Shortcut to this post.
There are a variety of ways you can get directly to specific Mac settings without needing to launch the System Settings app and search for the particular section. You can use the Dock or Spotlight to get to places. You can also create Shortcuts that can then be in the Menu Bar or assigned to a keyboard shortcut. Link to page with Ventura System Settings URL Schemes: <a href="https://github.com/bvanpeski/SystemPreferences/blob/main/macos_preferencepanes-Ventura.md" rel="nofollow noopener" target="_blank">https://github.com/bvanpeski/SystemPreferences/blob/main/macos_preferencepanes-Ventura.md</a> Here's the scheme for going right to Text Replacements: <blockquote>x-apple.systempreferences:com.apple.preference.keyboard?TextReplacements</blockquote>And here's the one for Keyboard Shortcuts: <blockquote>x-apple.systempreferences:com.apple.preference.keyboard?Shortcuts</blockquote>