From 96ab8a42a28201969ea29f0393fc9ed9b4945aad Mon Sep 17 00:00:00 2001 From: Ara Pigdon Date: Thu, 16 Oct 2025 20:53:50 +0200 Subject: [PATCH] --- Creating-a-Budget-in-Google-Sheets.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Creating-a-Budget-in-Google-Sheets.md diff --git a/Creating-a-Budget-in-Google-Sheets.md b/Creating-a-Budget-in-Google-Sheets.md new file mode 100644 index 0000000..9243c4b --- /dev/null +++ b/Creating-a-Budget-in-Google-Sheets.md @@ -0,0 +1,2 @@ +Publish a View-Only Link That Masks Secret Cells +Select the block that audience are permitted to see, context-click → "Define named range", call it VisibleArea. Conceal cols A-C and rows 1-3 (pay, bank refs) by right-clicking the gray tabs → "Hide". Go to Data → Protected sheets & ranges → "Add a range", choose the hidden sections, toggle "Restrict" to "Only myself". File → Share → "Publish to web" → pick the SafeZone ID from the drop-down, check "Require sign-in" OFF, grab the created URL. Any visitor opening that address views only the exposed cells \ No newline at end of file