{"id":50525,"date":"2026-04-30T18:44:41","date_gmt":"2026-04-30T18:44:41","guid":{"rendered":"https:\/\/bsolution.me\/he\/?page_id=50525"},"modified":"2026-04-30T18:44:42","modified_gmt":"2026-04-30T18:44:42","slug":"excel-commands","status":"publish","type":"page","link":"https:\/\/bsolution.me\/he\/excel-commands\/","title":{"rendered":"\u05de\u05d7\u05d5\u05dc\u05dc \u05de\u05e6\u05d9\u05d0\u05ea \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05d0\u05e7\u05e1\u05dc\ud83d\udcca"},"content":{"rendered":"\n\n<style>\n\/* Perfected Futuristic Design System by Bsolution *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Heebo:wght@300;400;500;700;800&display=swap');\n\n:root {\n    --f-bg: #F5F5F7;\n    --f-card: rgba(255, 255, 255, 0.85);\n    --f-text: #1d1d1f;\n    --f-muted: #86868b;\n    --f-accent: #0066cc;\n    --f-border: rgba(0, 0, 0, 0.08);\n    --f-shadow: 0 8px 30px rgba(0,0,0,0.04);\n}\n\n.dark-theme {\n    --f-bg: #000000;\n    --f-card: rgba(28, 28, 30, 0.85);\n    --f-text: #f5f5f7;\n    --f-muted: #86868b;\n    --f-accent: #2997ff;\n    --f-border: rgba(255, 255, 255, 0.12);\n    --f-shadow: 0 8px 40px rgba(0,0,0,0.6);\n}\n\n.futur-layout {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 60px 20px;\n    font-family: 'Heebo', -apple-system, system-ui, sans-serif;\n    direction: rtl;\n    color: var(--f-text);\n    background-color: transparent;\n    transition: color 0.3s ease;\n}\n\n\/* Global Background override when tool is active *\/\nbody.tool-active {\n    background-color: var(--f-bg) !important;\n}\n\n.futur-glass-card {\n    background: var(--f-card);\n    backdrop-filter: saturate(180%) blur(20px);\n    -webkit-backdrop-filter: saturate(180%) blur(20px);\n    border: 1px solid var(--f-border);\n    border-radius: 22px;\n    padding: 40px;\n    box-shadow: var(--f-shadow);\n    margin-bottom: 40px;\n}\n\n.futur-layout h1.wp-block-heading {\n    font-size: clamp(2.5rem, 5vw, 3.5rem);\n    font-weight: 800;\n    color: var(--f-text);\n    margin-bottom: 12px;\n    letter-spacing: -0.02em;\n    text-align: center;\n}\n\n.futur-layout .tool-card {\n    width: 80%;\n    margin: 0 auto 40px auto;\n}\n@media (max-width: 900px) {\n    .futur-layout .tool-card { width: 100%; }\n}\n\n.futur-layout header {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    gap: 12px;\n    margin-bottom: 34px;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n}\n.futur-layout header h1, \n.futur-layout header h2.main-title,\n.futur-layout header .title-wrap .main-title {\n    margin: 0;\n    font-size: clamp(2rem, 4vw, 2.7rem);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    color: var(--f-text);\n}\n.futur-layout header h2.main-title span.icon { font-size: 1.25em; }\n.futur-layout header .subtitle,\n.futur-layout header p.subtitle {\n    margin: 0;\n    font-size: 1.05rem;\n    color: var(--f-muted);\n    line-height: 1.6;\n}\n.futur-layout header .badge-local,\n.futur-layout header .free-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 0.78rem;\n    padding: 6px 14px;\n    border-radius: 999px;\n    border: 1px solid var(--f-border);\n    background: var(--f-card);\n    color: var(--f-text);\n    box-shadow: 0 4px 10px rgba(0,0,0,0.02);\n}\n.futur-layout header .badge-dot,\n.futur-layout header .free-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 999px;\n    background: #22c55e;\n    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25);\n}\n\n.futur-layout .page-hook {\n    font-size: 1.25rem;\n    color: var(--f-muted);\n    text-align: center;\n    margin-bottom: 50px;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.futur-layout h2.wp-block-heading {\n    font-size: 1.7rem;\n    font-weight: 700;\n    margin: 40px 0 20px;\n}\n\n.futur-layout p {\n    font-size: 1.15rem;\n    color: var(--f-text);\n    opacity: 0.9;\n    margin-bottom: 24px;\n    line-height: 1.7;\n}\n\n\/* Theme Toggle Button *\/\n.theme-toggle-wrap {\n    display: flex;\n    justify-content: flex-end;\n    margin-bottom: 20px;\n}\n.theme-btn {\n    background: var(--f-card);\n    border: 1px solid var(--f-border);\n    color: var(--f-text);\n    padding: 8px 16px;\n    border-radius: 999px;\n    cursor: pointer;\n    font-size: 0.9rem;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    box-shadow: var(--f-shadow);\n}\n\n\/* Input & Button Styles for Tools *\/\n.futur-input {\n    width: 100%;\n    padding: 12px 16px;\n    border-radius: 12px;\n    border: 1px solid var(--f-border);\n    background: rgba(0,0,0,0.03);\n    color: var(--f-text);\n    font-size: 1rem;\n    margin-bottom: 16px;\n    transition: all 0.2s ease;\n}\n.dark-theme .futur-input { background: rgba(255,255,255,0.05); }\n\n.futur-btn {\n    background: var(--f-accent);\n    color: #fff;\n    border: none;\n    padding: 14px 28px;\n    border-radius: 12px;\n    font-weight: 700;\n    font-size: 1.1rem;\n    cursor: pointer;\n    transition: transform 0.2s ease;\n}\n.futur-btn:hover { transform: scale(1.02); }\n\n@media (max-width: 600px) {\n    .futur-layout { padding: 40px 16px; }\n    .futur-glass-card { padding: 24px; }\n}\n<\/style>\n<script>\n(function() {\n    var applyTheme = function(theme) {\n        if (theme === 'dark') {\n            document.documentElement.classList.add('dark-theme');\n        } else {\n            document.documentElement.classList.remove('dark-theme');\n        }\n        localStorage.setItem('bsolution-theme', theme);\n    };\n    \n    \/\/ Apply saved theme immediately\n    document.body.classList.add('tool-active');\n    var saved = localStorage.getItem('bsolution-theme') || 'light';\n    applyTheme(saved);\n    \n    \/\/ Bind theme toggle button (with retry since it may not exist yet)\n    function bindToggle() {\n        var btn = document.getElementById('globalThemeToggle');\n        if (!btn) { setTimeout(bindToggle, 100); return; }\n        if (btn.dataset.bound) return;\n        btn.dataset.bound = '1';\n        btn.addEventListener('click', function() {\n            var isDark = document.documentElement.classList.contains('dark-theme');\n            applyTheme(isDark ? 'light' : 'dark');\n        });\n    }\n    bindToggle();\n})();\n<\/script>\n\n<div class=\"futur-layout\">\n<div class=\"theme-toggle-wrap\"><button class=\"theme-btn\" id=\"globalThemeToggle\">\ud83c\udf19 \u05de\u05e6\u05d1 \u05dc\u05d9\u05dc\u05d4<\/button><\/div>\n\n\n\n<header>\n<h2 class=\"main-title\">\u05de\u05d7\u05d5\u05dc\u05dc \u05de\u05e6\u05d9\u05d0\u05ea \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05d0\u05e7\u05e1\u05dc <span class=\"icon pill\">\ud83d\udcca<\/span><\/h2>\n<p class=\"subtitle\">\u05db\u05d5\u05ea\u05d1\u05d9\u05dd \u05de\u05d4 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05d1\u05d0\u05e7\u05e1\u05dc (\u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d0\u05d5 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea) \u2013 \u05d5\u05de\u05e7\u05d1\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d4, \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8 \u05e7\u05e6\u05e8, \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05dc\u05d4\u05e9\u05e8\u05d0\u05d4 \u05d5\u05d4\u05e2\u05ea\u05e7\u05d4 \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4.<\/p>\n<div class=\"free-badge\"><span class=\"free-dot\"><\/span> \u05d7\u05d9\u05e0\u05dd \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df<\/div>\n<\/header>\n\n\n\n<div class=\"futur-glass-card tool-card\">\n<div id=\"bnet-tool-excel-commands\">\n<style>\n    \/* CSS Variables: Light Mode *\/\n    #bnet-tool-excel-commands {\n      --bg-color: transparent;\n      --card: rgba(255, 255, 255, 0.95);\n      --text-color: #0f172a;\n      --muted: #64748b;\n      --border-color: #e2e8f0;\n      --accent-color: #2563eb;\n      --accentsoft: rgba(37, 99, 235, 0.1);\n      --shadow: 0 18px 55px rgba(15, 23, 42, 0.08);\n      --radius: 20px;\n      font-family: 'Heebo', sans-serif;\n      direction: rtl;\n      color: var(--text-color);\n      max-width: 100%;\n      box-sizing: border-box;\n      background: var(--bg-color);\n    }\n    \n    #bnet-tool-excel-commands * {\n      box-sizing: inherit;\n    }\n\n    \/* CSS Variables: Dark Mode *\/\n    .dark-theme #bnet-tool-excel-commands {\n      --card: rgba(11, 18, 32, 0.85);\n      --text-color: #e5e7eb;\n      --muted: #9aa6b2;\n      --border-color: #1f2a3a;\n      --accent-color: #60a5fa;\n      --accentsoft: rgba(96, 165, 250, 0.14);\n      --shadow: 0 18px 55px rgba(0, 0, 0, 0.55);\n    }\n\n    \/* Styles scoped only to this tool *\/\n    #bnet-tool-excel-commands .calculator-container {\n      width: 100%;\n      margin: 0 auto;\n    }\n\n    #bnet-tool-excel-commands .card {\n      background: var(--card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius);\n      box-shadow: var(--shadow);\n      padding: 18px;\n      overflow: visible;\n    }\n\n    #bnet-tool-excel-commands .searchRow {\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n      margin-bottom: 14px;\n    }\n\n    #bnet-tool-excel-commands .labelRow {\n      display: flex;\n      justify-content: space-between;\n      align-items: flex-start;\n      gap: 10px;\n      flex-wrap: wrap;\n    }\n\n    #bnet-tool-excel-commands .label {\n      color: var(--muted);\n      font-size: 0.92rem;\n      font-weight: bold;\n    }\n\n    #bnet-tool-excel-commands .tip {\n      color: var(--muted);\n      font-size: 0.82rem;\n    }\n\n    #bnet-tool-excel-commands .inputWrap {\n      position: relative;\n      max-width: 100%;\n    }\n\n    #bnet-tool-excel-commands input[type=\"text\"] {\n      width: 100%;\n      padding: 12px 42px 12px 14px;\n      border-radius: 999px;\n      border: 1px solid var(--border-color);\n      outline: none;\n      background: var(--card);\n      color: var(--text-color);\n      font-size: 0.95rem;\n      max-width: 100%;\n      font-family: inherit;\n    }\n\n    #bnet-tool-excel-commands input[type=\"text\"]:focus {\n      border-color: var(--accent-color);\n      box-shadow: 0 0 0 2px var(--accentsoft);\n    }\n\n    #bnet-tool-excel-commands .icon-search {\n      position: absolute;\n      right: 14px;\n      top: 50%;\n      transform: translateY(-50%);\n      pointer-events: none;\n      font-size: 1.1rem;\n    }\n\n    #bnet-tool-excel-commands .results {\n      margin-top: 10px;\n      border-radius: 16px;\n      border: 1px dashed var(--border-color);\n      background: rgba(248, 250, 252, 0.7);\n      padding: 12px;\n    }\n    \n    .dark-theme #bnet-tool-excel-commands .results {\n      background: rgba(5, 10, 20, 0.45);\n    }\n\n    #bnet-tool-excel-commands .resultsHead {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 10px;\n      flex-wrap: wrap;\n      margin-bottom: 10px;\n    }\n\n    #bnet-tool-excel-commands .title {\n      font-weight: 700;\n      font-size: 0.95rem;\n    }\n\n    #bnet-tool-excel-commands .count {\n      color: var(--muted);\n      font-size: 0.82rem;\n    }\n\n    #bnet-tool-excel-commands .list {\n      display: grid;\n      gap: 8px;\n      max-height: 280px;\n      overflow: auto;\n      padding: 2px;\n      scrollbar-width: thin;\n    }\n\n    #bnet-tool-excel-commands .row {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      border: 1px solid transparent;\n      background: var(--card);\n      border-radius: 999px;\n      padding: 8px 10px;\n      transition: background 0.15s ease, border-color 0.15s ease, transform 0.12s ease;\n      max-width: 100%;\n      min-width: 0;\n    }\n\n    #bnet-tool-excel-commands .row:hover {\n      background: var(--accentsoft);\n      border-color: rgba(37, 99, 235, 0.35);\n      transform: translateY(-1px);\n    }\n\n    #bnet-tool-excel-commands .fn {\n      font-weight: 800;\n      color: var(--accent-color);\n      background: var(--accentsoft);\n      padding: 4px 10px;\n      border-radius: 999px;\n      flex: 0 0 auto;\n      max-width: 100%;\n      direction: ltr;\n      text-align: right;\n    }\n\n    #bnet-tool-excel-commands .meta {\n      color: var(--muted);\n      font-size: 0.82rem;\n      white-space: nowrap;\n      overflow: hidden;\n      text-overflow: ellipsis;\n      min-width: 0;\n      flex: 1 1 auto;\n    }\n\n    #bnet-tool-excel-commands .actions {\n      display: flex;\n      gap: 6px;\n      align-items: center;\n      flex: 0 0 auto;\n      margin-right: auto;\n    }\n\n    #bnet-tool-excel-commands .btn {\n      border: 1px solid var(--border-color);\n      background: var(--card);\n      color: var(--text-color);\n      padding: 6px 10px;\n      border-radius: 999px;\n      cursor: pointer;\n      font-size: 0.82rem;\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      transition: transform 0.12s ease, background 0.18s ease, border-color 0.18s ease;\n      max-width: 100%;\n      font-family: inherit;\n    }\n\n    #bnet-tool-excel-commands .btn:hover {\n      background: var(--accentsoft);\n      border-color: rgba(37, 99, 235, 0.45);\n      transform: translateY(-1px);\n    }\n\n    #bnet-tool-excel-commands .btn:active {\n      transform: translateY(0);\n    }\n\n    #bnet-tool-excel-commands .info {\n      width: 20px;\n      height: 20px;\n      border-radius: 999px;\n      border: 1px solid var(--border-color);\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 0.78rem;\n      color: var(--muted);\n      background: var(--card);\n      flex: 0 0 auto;\n      cursor: default;\n      user-select: none;\n    }\n\n    #bnet-tool-excel-commands .cats {\n      margin-top: 18px;\n    }\n\n    #bnet-tool-excel-commands .catsHead {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 10px;\n      flex-wrap: wrap;\n      margin-bottom: 10px;\n    }\n\n    #bnet-tool-excel-commands .catsHead h3 {\n      margin: 0;\n      font-size: 1rem;\n      font-weight: 800;\n      color: var(--text-color);\n    }\n\n    #bnet-tool-excel-commands .catsHead .sub {\n      color: var(--muted);\n      font-size: 0.82rem;\n    }\n\n    #bnet-tool-excel-commands .grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 10px;\n    }\n\n    #bnet-tool-excel-commands .cat {\n      border: 1px solid var(--border-color);\n      background: rgba(248, 250, 252, 0.75);\n      border-radius: 18px;\n      padding: 10px;\n      overflow: visible;\n      max-width: 100%;\n    }\n    \n    .dark-theme #bnet-tool-excel-commands .cat {\n      background: rgba(5, 10, 20, 0.55);\n    }\n\n    #bnet-tool-excel-commands .catTop {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 10px;\n      margin-bottom: 8px;\n    }\n\n    #bnet-tool-excel-commands .catName {\n      font-weight: 800;\n      font-size: 0.92rem;\n    }\n\n    #bnet-tool-excel-commands .catCount {\n      font-size: 0.78rem;\n      color: var(--accent-color);\n      background: var(--accentsoft);\n      padding: 3px 8px;\n      border-radius: 999px;\n      border: 1px solid rgba(37, 99, 235, 0.18);\n    }\n\n    #bnet-tool-excel-commands .chips {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 6px;\n    }\n\n    #bnet-tool-excel-commands .chip {\n      border: 1px solid var(--border-color);\n      background: var(--card);\n      color: var(--text-color);\n      border-radius: 999px;\n      padding: 6px 10px;\n      cursor: pointer;\n      font-size: 0.82rem;\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      max-width: 100%;\n      font-family: inherit;\n    }\n\n    #bnet-tool-excel-commands .chip:hover {\n      background: var(--accentsoft);\n      border-color: rgba(37, 99, 235, 0.45);\n    }\n    \n    #bnet-tool-excel-commands .chip strong {\n      direction: ltr;\n    }\n\n    #bnet-tool-excel-commands .toast {\n      position: fixed;\n      left: 50%;\n      bottom: 16px;\n      transform: translateX(-50%) translateY(140%);\n      background: #0b1220;\n      color: #f8fafc;\n      padding: 10px 14px;\n      border-radius: 999px;\n      font-size: 0.85rem;\n      box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);\n      opacity: 0;\n      transition: transform 0.2s ease, opacity 0.2s ease;\n      z-index: 99990;\n      max-width: calc(100% - 24px);\n      text-align: center;\n      white-space: nowrap;\n      overflow: hidden;\n      text-overflow: ellipsis;\n      pointer-events: none;\n    }\n\n    #bnet-tool-excel-commands .toast.show {\n      transform: translateX(-50%) translateY(0);\n      opacity: 1;\n    }\n\n    \/* Tooltip *\/\n    .bnet-tooltip {\n      position: fixed;\n      z-index: 99999;\n      max-width: min(320px, 82vw);\n      background: #0b1220;\n      color: #f8fafc;\n      padding: 9px 10px;\n      border-radius: 8px;\n      font-size: 0.78rem;\n      line-height: 1.35;\n      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);\n      opacity: 0;\n      transform: translateY(6px);\n      pointer-events: none;\n      transition: opacity 0.12s ease, transform 0.12s ease;\n      font-family: 'Heebo', sans-serif;\n      direction: rtl;\n    }\n\n    .bnet-tooltip.show {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  <\/style>\n<div class=\"calculator-container\">\n<section aria-label=\"\u05db\u05dc\u05d9 \u05de\u05e6\u05d9\u05d0\u05ea \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05d0\u05e7\u05e1\u05dc\" class=\"card\">\n<div class=\"searchRow\">\n<div class=\"labelRow\">\n<div class=\"label\">\u05de\u05d4 \u05d0\u05ea\u05dd \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05d1\u05d0\u05e7\u05e1\u05dc?<\/div>\n<div class=\"tip\">\u05d3\u05d5\u05d2\u05de\u05d0\u05d5\u05ea: \u201c\u05dc\u05e1\u05db\u05d5\u05dd \u05dc\u05e4\u05d9 \u05ea\u05e0\u05d0\u05d9\u201d, \u201c\u05dc\u05d7\u05e4\u05e9 \u05e2\u05e8\u05da \u05d1\u05d8\u05d1\u05dc\u05d4\u201d, \u201c\u05dc\u05d4\u05d5\u05e6\u05d9\u05d0 \u05ea\u05d5\u05d5\u05d9\u05dd \u05de\u05d8\u05e7\u05e1\u05d8\u201d, \u201c\u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d5\u05e3 \u05d7\u05d5\u05d3\u05e9\u201d.<\/div>\n<\/div>\n<div class=\"inputWrap\">\n<input autocomplete=\"off\" id=\"q\" inputmode=\"search\" placeholder=\"\u05d4\u05e7\u05dc\u05d9\u05d3\u05d5 \u05ea\u05d9\u05d0\u05d5\u05e8 \u05d7\u05d5\u05e4\u05e9\u05d9\u2026 \u05dc\u05de\u05e9\u05dc: \u05dc\u05e1\u05db\u05d5\u05dd \u05dc\u05e4\u05d9 \u05ea\u05e0\u05d0\u05d9 \/ \u05dc\u05d7\u05e4\u05e9 \u05e2\u05e8\u05da \u05d1\u05d8\u05d1\u05dc\u05d4\" type=\"text\"\/>\n<span class=\"icon-search\">\ud83d\udd0e<\/span>\n<\/div>\n<\/div>\n<div class=\"results\" id=\"resultsBox\">\n<div class=\"resultsHead\">\n<div class=\"title\">\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9<\/div>\n<div class=\"count\" id=\"countLabel\">\u05d4\u05e7\u05dc\u05d9\u05d3\u05d5 \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc<\/div>\n<\/div>\n<div class=\"list\" id=\"list\"><\/div>\n<\/div>\n<div class=\"cats\">\n<div class=\"catsHead\">\n<h3>\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05dc\u05e4\u05d9 \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea<\/h3>\n<div class=\"sub\">\u05dc\u05d7\u05e6\u05d5 \u05e2\u05dc \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05e2\u05ea\u05d9\u05e7. \u05e8\u05d9\u05d7\u05d5\u05e3 \u05e2\u05dc i \u05de\u05e6\u05d9\u05d2 \u05d4\u05e1\u05d1\u05e8.<\/div>\n<\/div>\n<div class=\"grid\" id=\"grid\"><\/div>\n<\/div>\n<\/section>\n<\/div>\n<div aria-live=\"polite\" class=\"toast\" id=\"toast\" role=\"status\">\u05d4\u05d5\u05e2\u05ea\u05e7 \u05dc\u05dc\u05d5\u05d7<\/div>\n<script>\n          const excelFunctionsDetailed = [       { name:\"SUM\", category:\"\u05de\u05ea\u05de\u05d8\u05d9\u05e7\u05d4 \u05d5\u05d7\u05d9\u05e9\u05d5\u05d1\u05d9\u05dd\", short:\"\u05e1\u05db\u05d9\u05de\u05d4 \u05e9\u05dc \u05d8\u05d5\u05d5\u05d7 \u05de\u05e1\u05e4\u05e8\u05d9\u05dd.\", explain:\"\u05de\u05d7\u05d1\u05e8\u05ea \u05d0\u05ea \u05db\u05dc \u05d4\u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05d8\u05d5\u05d5\u05d7.\", keywords:[\"\u05d7\u05d9\u05d1\u05d5\u05e8\",\"\u05e1\u05db\u05d5\u05dd\",\"total\",\"sum\",\"add\",\"\u05e1\u05d9\u05db\u05d5\u05dd\"] },       { name:\"SUMIF\", category:\"\u05de\u05ea\u05de\u05d8\u05d9\u05e7\u05d4 \u05d5\u05d7\u05d9\u05e9\u05d5\u05d1\u05d9\u05dd\", short:\"\u05e1\u05db\u05d9\u05de\u05d4 \u05dc\u05e4\u05d9 \u05ea\u05e0\u05d0\u05d9 \u05d9\u05d7\u05d9\u05d3.\", explain:\"\u05de\u05d7\u05d1\u05e8\u05ea \u05e8\u05e7 \u05e2\u05e8\u05db\u05d9\u05dd \u05e9\u05e2\u05d5\u05de\u05d3\u05d9\u05dd \u05d1\u05ea\u05e0\u05d0\u05d9 \u05de\u05e1\u05d5\u05d9\u05dd.\", keywords:[\"\u05e1\u05db\u05d5\u05dd \u05dc\u05e4\u05d9 \u05ea\u05e0\u05d0\u05d9\",\"sumif\",\"\u05e1\u05db\u05d5\u05dd \u05d0\u05dd\"] },       { name:\"SUMIFS\", category:\"\u05de\u05ea\u05de\u05d8\u05d9\u05e7\u05d4 \u05d5\u05d7\u05d9\u05e9\u05d5\u05d1\u05d9\u05dd\", short:\"\u05e1\u05db\u05d9\u05de\u05d4 \u05dc\u05e4\u05d9 \u05db\u05de\u05d4 \u05ea\u05e0\u05d0\u05d9\u05dd.\", explain:\"\u05de\u05d7\u05d1\u05e8\u05ea \u05e2\u05e8\u05db\u05d9\u05dd \u05dc\u05e4\u05d9 \u05de\u05e1\u05e4\u05e8 \u05ea\u05e0\u05d0\u05d9\u05dd \u05d1\u05de\u05e7\u05d1\u05d9\u05dc.\", keywords:[\"\u05e1\u05db\u05d5\u05dd \u05dc\u05e4\u05d9 \u05db\u05de\u05d4 \u05ea\u05e0\u05d0\u05d9\u05dd\",\"sumifs\",\"\u05e8\u05d1 \u05ea\u05e0\u05d0\u05d9\"] },       { name:\"AVERAGE\", category:\"\u05de\u05ea\u05de\u05d8\u05d9\u05e7\u05d4 \u05d5\u05d7\u05d9\u05e9\u05d5\u05d1\u05d9\u05dd\", short:\"\u05de\u05de\u05d5\u05e6\u05e2 \u05de\u05e1\u05e4\u05e8\u05d9\u05dd.\", explain:\"\u05de\u05d7\u05e9\u05d1 \u05de\u05de\u05d5\u05e6\u05e2 \u05e9\u05dc \u05d8\u05d5\u05d5\u05d7.\", keywords:[\"\u05de\u05de\u05d5\u05e6\u05e2\",\"average\"] },       { name:\"MIN\", category:\"\u05de\u05ea\u05de\u05d8\u05d9\u05e7\u05d4 \u05d5\u05d7\u05d9\u05e9\u05d5\u05d1\u05d9\u05dd\", short:\"\u05d4\u05de\u05e1\u05e4\u05e8 \u05d4\u05e7\u05d8\u05df \u05d1\u05d9\u05d5\u05ea\u05e8 \u05d1\u05d8\u05d5\u05d5\u05d7.\", explain:\"\u05de\u05d7\u05d6\u05d9\u05e8 \u05de\u05d9\u05e0\u05d9\u05de\u05d5\u05dd \u05d1\u05d8\u05d5\u05d5\u05d7.\", keywords:[\"\u05de\u05d9\u05e0\u05d9\u05de\u05d5\u05dd\",\"min\"] },       { name:\"MAX\", category:\"\u05de\u05ea\u05de\u05d8\u05d9\u05e7\u05d4 \u05d5\u05d7\u05d9\u05e9\u05d5\u05d1\u05d9\u05dd\", short:\"\u05d4\u05de\u05e1\u05e4\u05e8 \u05d4\u05d2\u05d3\u05d5\u05dc \u05d1\u05d9\u05d5\u05ea\u05e8 \u05d1\u05d8\u05d5\u05d5\u05d7.\", explain:\"\u05de\u05d7\u05d6\u05d9\u05e8 \u05de\u05e7\u05e1\u05d9\u05de\u05d5\u05dd \u05d1\u05d8\u05d5\u05d5\u05d7.\", keywords:[\"\u05de\u05e7\u05e1\u05d9\u05de\u05d5\u05dd\",\"max\"] },       { name:\"ROUND\", category:\"\u05de\u05ea\u05de\u05d8\u05d9\u05e7\u05d4 \u05d5\u05d7\u05d9\u05e9\u05d5\u05d1\u05d9\u05dd\", short:\"\u05e2\u05d9\u05d2\u05d5\u05dc \u05de\u05e1\u05e4\u05e8.\", explain:\"\u05de\u05e2\u05d2\u05dc \u05de\u05e1\u05e4\u05e8 \u05dc\u05de\u05e1\u05e4\u05e8 \u05e1\u05e4\u05e8\u05d5\u05ea \u05e9\u05e0\u05d1\u05d7\u05e8.\", keywords:[\"\u05e2\u05d9\u05d2\u05d5\u05dc\",\"round\"] },       { name:\"IF\", category:\"\u05dc\u05d5\u05d2\u05d9\u05e7\u05d4 \u05d5\u05ea\u05e0\u05d0\u05d9\u05dd\", short:\"\u05d1\u05d3\u05d9\u05e7\u05ea \u05ea\u05e0\u05d0\u05d9 \u05d5\u05d4\u05d7\u05d6\u05e8\u05ea \u05e2\u05e8\u05da \u05d1\u05d4\u05ea\u05d0\u05dd.\", explain:\"TRUE\/FALSE \u2192 \u05de\u05d7\u05d6\u05d9\u05e8 \u05e2\u05e8\u05da \u05d1\u05d4\u05ea\u05d0\u05dd \u05dc\u05ea\u05d5\u05e6\u05d0\u05d4.\", keywords:[\"\u05d0\u05dd\",\"if\",\"\u05ea\u05e0\u05d0\u05d9\"] },       { name:\"IFS\", category:\"\u05dc\u05d5\u05d2\u05d9\u05e7\u05d4 \u05d5\u05ea\u05e0\u05d0\u05d9\u05dd\", short:\"\u05db\u05de\u05d4 \u05ea\u05e0\u05d0\u05d9\u05dd \u05d1\u05e8\u05e6\u05e3.\", explain:\"\u05d1\u05d5\u05d3\u05e7 \u05ea\u05e0\u05d0\u05d9\u05dd \u05dc\u05e4\u05d9 \u05e1\u05d3\u05e8 \u05d5\u05de\u05d7\u05d6\u05d9\u05e8 \u05d0\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05df \u05e9\u05de\u05ea\u05d0\u05d9\u05dd.\", keywords:[\"\u05e8\u05d9\u05d1\u05d5\u05d9 \u05ea\u05e0\u05d0\u05d9\u05dd\",\"ifs\"] },       { name:\"AND\", category:\"\u05dc\u05d5\u05d2\u05d9\u05e7\u05d4 \u05d5\u05ea\u05e0\u05d0\u05d9\u05dd\", short:\"\u05db\u05dc \u05d4\u05ea\u05e0\u05d0\u05d9\u05dd \u05d7\u05d9\u05d9\u05d1\u05d9\u05dd \u05dc\u05d4\u05ea\u05e7\u05d9\u05d9\u05dd.\", explain:\"\u05de\u05d7\u05d6\u05d9\u05e8 TRUE \u05e8\u05e7 \u05d0\u05dd \u05db\u05d5\u05dc\u05dd TRUE.\", keywords:[\"and\",\"\u05d5\u05d2\u05dd\"] },       { name:\"OR\", category:\"\u05dc\u05d5\u05d2\u05d9\u05e7\u05d4 \u05d5\u05ea\u05e0\u05d0\u05d9\u05dd\", short:\"\u05de\u05e1\u05e4\u05d9\u05e7 \u05e9\u05ea\u05e0\u05d0\u05d9 \u05d0\u05d7\u05d3 \u05d9\u05ea\u05e7\u05d9\u05d9\u05dd.\", explain:\"\u05de\u05d7\u05d6\u05d9\u05e8 TRUE \u05d0\u05dd \u05dc\u05e4\u05d7\u05d5\u05ea \u05d0\u05d7\u05d3 TRUE.\", keywords:[\"or\",\"\u05d0\u05d5\"] },       { name:\"IFERROR\", category:\"\u05dc\u05d5\u05d2\u05d9\u05e7\u05d4 \u05d5\u05ea\u05e0\u05d0\u05d9\u05dd\", short:\"\u05d8\u05d9\u05e4\u05d5\u05dc \u05d1\u05e9\u05d2\u05d9\u05d0\u05d5\u05ea.\", explain:\"\u05d0\u05dd \u05d9\u05e9 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e0\u05d5\u05e1\u05d7\u05d4 \u2013 \u05de\u05d7\u05d6\u05d9\u05e8 \u05e2\u05e8\u05da \u05d7\u05dc\u05d5\u05e4\u05d9.\", keywords:[\"\u05e9\u05d2\u05d9\u05d0\u05d4\",\"iferror\",\"#N\/A\"] },       { name:\"TEXT\", category:\"\u05d8\u05e7\u05e1\u05d8 \u05d5\u05e2\u05d9\u05e6\u05d5\u05d1\", short:\"\u05e2\u05d9\u05e6\u05d5\u05d1 \u05de\u05e1\u05e4\u05e8\/\u05ea\u05d0\u05e8\u05d9\u05da \u05db\u05d8\u05e7\u05e1\u05d8.\", explain:\"\u05de\u05de\u05d9\u05e8\u05d4 \u05dc\u05ea\u05e6\u05d5\u05d2\u05d4 \u05dc\u05e4\u05d9 \u05e4\u05d5\u05e8\u05de\u05d8.\", keywords:[\"text\",\"\u05e4\u05d5\u05e8\u05de\u05d8\",\"\u05ea\u05d0\u05e8\u05d9\u05da \u05db\u05d8\u05e7\u05e1\u05d8\"] },       { name:\"CONCAT\", category:\"\u05d8\u05e7\u05e1\u05d8 \u05d5\u05e2\u05d9\u05e6\u05d5\u05d1\", short:\"\u05d7\u05d9\u05d1\u05d5\u05e8 \u05d8\u05e7\u05e1\u05d8\u05d9\u05dd.\", explain:\"\u05de\u05d0\u05d7\u05d3 \u05d8\u05e7\u05e1\u05d8 \u05de\u05de\u05e1\u05e4\u05e8 \u05ea\u05d0\u05d9\u05dd.\", keywords:[\"concat\",\"concatenate\",\"\u05d7\u05d9\u05d1\u05d5\u05e8 \u05d8\u05e7\u05e1\u05d8\"] },       { name:\"LEFT\", category:\"\u05d8\u05e7\u05e1\u05d8 \u05d5\u05e2\u05d9\u05e6\u05d5\u05d1\", short:\"\u05ea\u05d5\u05d5\u05d9\u05dd \u05de\u05ea\u05d7\u05d9\u05dc\u05ea \u05d4\u05d8\u05e7\u05e1\u05d8.\", explain:\"\u05de\u05d7\u05d6\u05d9\u05e8 N \u05ea\u05d5\u05d5\u05d9\u05dd \u05de\u05d4\u05ea\u05d7\u05dc\u05d4.\", keywords:[\"left\",\"\u05ea\u05d5\u05d5\u05d9\u05dd \u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd\"] },       { name:\"RIGHT\", category:\"\u05d8\u05e7\u05e1\u05d8 \u05d5\u05e2\u05d9\u05e6\u05d5\u05d1\", short:\"\u05ea\u05d5\u05d5\u05d9\u05dd \u05de\u05e1\u05d5\u05e3 \u05d4\u05d8\u05e7\u05e1\u05d8.\", explain:\"\u05de\u05d7\u05d6\u05d9\u05e8 N \u05ea\u05d5\u05d5\u05d9\u05dd \u05de\u05d4\u05e1\u05d5\u05e3.\", keywords:[\"right\",\"\u05ea\u05d5\u05d5\u05d9\u05dd \u05d0\u05d7\u05e8\u05d5\u05e0\u05d9\u05dd\"] },       { name:\"MID\", category:\"\u05d8\u05e7\u05e1\u05d8 \u05d5\u05e2\u05d9\u05e6\u05d5\u05d1\", short:\"\u05ea\u05d5\u05d5\u05d9\u05dd \u05de\u05d0\u05de\u05e6\u05e2 \u05d4\u05d8\u05e7\u05e1\u05d8.\", explain:\"\u05de\u05d7\u05d6\u05d9\u05e8 \u05ea\u05d5\u05d5\u05d9\u05dd \u05d4\u05d7\u05dc \u05de\u05de\u05d9\u05e7\u05d5\u05dd \u05e0\u05ea\u05d5\u05df.\", keywords:[\"mid\",\"substring\",\"\u05d0\u05de\u05e6\u05e2\"] },       { name:\"LEN\", category:\"\u05d8\u05e7\u05e1\u05d8 \u05d5\u05e2\u05d9\u05e6\u05d5\u05d1\", short:\"\u05d0\u05d5\u05e8\u05da \u05d8\u05e7\u05e1\u05d8.\", explain:\"\u05de\u05d7\u05d6\u05d9\u05e8 \u05de\u05e1\u05e4\u05e8 \u05ea\u05d5\u05d5\u05d9\u05dd \u05d1\u05de\u05d7\u05e8\u05d5\u05d6\u05ea.\", keywords:[\"len\",\"\u05d0\u05d5\u05e8\u05da\",\"\u05db\u05de\u05d4 \u05ea\u05d5\u05d5\u05d9\u05dd\"] },       { name:\"TRIM\", category:\"\u05d8\u05e7\u05e1\u05d8 \u05d5\u05e2\u05d9\u05e6\u05d5\u05d1\", short:\"\u05e0\u05d9\u05e7\u05d5\u05d9 \u05e8\u05d5\u05d5\u05d7\u05d9\u05dd.\", explain:\"\u05de\u05e1\u05d9\u05e8 \u05e8\u05d5\u05d5\u05d7\u05d9\u05dd \u05db\u05e4\u05d5\u05dc\u05d9\u05dd \u05d5\u05de\u05d9\u05d5\u05ea\u05e8\u05d9\u05dd.\", keywords:[\"trim\",\"\u05e8\u05d5\u05d5\u05d7\u05d9\u05dd\"] },       { name:\"VLOOKUP\", category:\"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d5-Lookup\", short:\"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d1\u05d8\u05d1\u05dc\u05d4.\", explain:\"\u05de\u05d7\u05e4\u05e9 \u05d1\u05e2\u05de\u05d5\u05d3\u05d4 \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d4 \u05d5\u05de\u05d7\u05d6\u05d9\u05e8 \u05e2\u05e8\u05da \u05de\u05e2\u05de\u05d5\u05d3\u05d4 \u05d0\u05d7\u05e8\u05ea.\", keywords:[\"vlookup\",\"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d1\u05d8\u05d1\u05dc\u05d4\"] },       { name:\"XLOOKUP\", category:\"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d5-Lookup\", short:\"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05de\u05ea\u05e7\u05d3\u05dd \u05d5\u05d2\u05de\u05d9\u05e9.\", explain:\"\u05de\u05d7\u05e4\u05e9 \u05d5\u05de\u05d7\u05d6\u05d9\u05e8 \u05e2\u05e8\u05da \u05de\u05d8\u05d5\u05d5\u05d7 \u05ea\u05d5\u05d0\u05dd, \u05e2\u05dd \u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05de\u05ea\u05e7\u05d3\u05de\u05d5\u05ea.\", keywords:[\"xlookup\",\"\u05d4\u05d7\u05dc\u05e4\u05ea vlookup\",\"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05de\u05ea\u05e7\u05d3\u05dd\"] },       { name:\"INDEX\", category:\"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d5-Lookup\", short:\"\u05e2\u05e8\u05da \u05dc\u05e4\u05d9 \u05de\u05d9\u05e7\u05d5\u05dd.\", explain:\"\u05de\u05d7\u05d6\u05d9\u05e8 \u05e2\u05e8\u05da \u05de\u05d8\u05d5\u05d5\u05d7 \u05dc\u05e4\u05d9 \u05e9\u05d5\u05e8\u05d4\/\u05e2\u05de\u05d5\u05d3\u05d4.\", keywords:[\"index\",\"\u05de\u05d9\u05e7\u05d5\u05dd\"] },       { name:\"MATCH\", category:\"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d5-Lookup\", short:\"\u05de\u05d9\u05e7\u05d5\u05dd \u05e9\u05dc \u05e2\u05e8\u05da \u05d1\u05d8\u05d5\u05d5\u05d7.\", explain:\"\u05de\u05d7\u05d6\u05d9\u05e8 \u05d0\u05ea \u05d4\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 (\u05de\u05d9\u05e7\u05d5\u05dd) \u05e9\u05dc \u05e2\u05e8\u05da.\", keywords:[\"match\",\"\u05de\u05d9\u05e7\u05d5\u05dd\",\"\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1\"] },       { name:\"FILTER\", category:\"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d5-Lookup\", short:\"\u05e1\u05d9\u05e0\u05d5\u05df \u05d8\u05d5\u05d5\u05d7 \u05dc\u05e4\u05d9 \u05ea\u05e0\u05d0\u05d9.\", explain:\"\u05de\u05d7\u05d6\u05d9\u05e8 \u05e8\u05e7 \u05e9\u05d5\u05e8\u05d5\u05ea \u05e9\u05e2\u05d5\u05de\u05d3\u05d5\u05ea \u05d1\u05ea\u05e0\u05d0\u05d9.\", keywords:[\"filter\",\"\u05e1\u05d9\u05e0\u05d5\u05df\",\"\u05de\u05e1\u05e0\u05df\"] },       { name:\"UNIQUE\", category:\"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d5-Lookup\", short:\"\u05e2\u05e8\u05db\u05d9\u05dd \u05d9\u05d9\u05d7\u05d5\u05d3\u05d9\u05d9\u05dd.\", explain:\"\u05de\u05d7\u05d6\u05d9\u05e8 \u05e8\u05e9\u05d9\u05de\u05d4 \u05dc\u05dc\u05d0 \u05db\u05e4\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea.\", keywords:[\"unique\",\"\u05dc\u05dc\u05d0 \u05db\u05e4\u05d9\u05dc\u05d5\u05d9\u05d5\u05ea\"] },       { name:\"SORT\", category:\"\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d5-Lookup\", short:\"\u05de\u05d9\u05d5\u05df \u05d8\u05d5\u05d5\u05d7.\", explain:\"\u05de\u05de\u05d9\u05d9\u05df \u05d8\u05d1\u05dc\u05d4 \u05dc\u05e4\u05d9 \u05e2\u05de\u05d5\u05d3\u05d4.\", keywords:[\"sort\",\"\u05de\u05d9\u05d5\u05df\"] },       { name:\"COUNT\", category:\"\u05e1\u05e4\u05d9\u05e8\u05d4 \u05d5\u05e1\u05d8\u05d8\u05d9\u05e1\u05d8\u05d9\u05e7\u05d4\", short:\"\u05e1\u05e4\u05d9\u05e8\u05ea \u05ea\u05d0\u05d9\u05dd \u05e2\u05dd \u05de\u05e1\u05e4\u05e8\u05d9\u05dd.\", explain:\"\u05e1\u05d5\u05e4\u05e8 \u05e8\u05e7 \u05de\u05e1\u05e4\u05e8\u05d9\u05dd.\", keywords:[\"count\",\"\u05e1\u05e4\u05d9\u05e8\u05d4\",\"\u05db\u05de\u05d4 \u05de\u05e1\u05e4\u05e8\u05d9\u05dd\"] },       { name:\"COUNTA\", category:\"\u05e1\u05e4\u05d9\u05e8\u05d4 \u05d5\u05e1\u05d8\u05d8\u05d9\u05e1\u05d8\u05d9\u05e7\u05d4\", short:\"\u05e1\u05e4\u05d9\u05e8\u05ea \u05ea\u05d0\u05d9\u05dd \u05dc\u05d0 \u05e8\u05d9\u05e7\u05d9\u05dd.\", explain:\"\u05e1\u05d5\u05e4\u05e8 \u05db\u05dc \u05ea\u05d0 \u05e9\u05d0\u05d9\u05e0\u05d5 \u05e8\u05d9\u05e7.\", keywords:[\"counta\",\"\u05dc\u05d0 \u05e8\u05d9\u05e7\u05d9\u05dd\",\"\u05ea\u05d0\u05d9\u05dd \u05dc\u05d0 \u05e8\u05d9\u05e7\u05d9\u05dd\"] },       { name:\"COUNTBLANK\", category:\"\u05e1\u05e4\u05d9\u05e8\u05d4 \u05d5\u05e1\u05d8\u05d8\u05d9\u05e1\u05d8\u05d9\u05e7\u05d4\", short:\"\u05e1\u05e4\u05d9\u05e8\u05ea \u05ea\u05d0\u05d9\u05dd \u05e8\u05d9\u05e7\u05d9\u05dd.\", explain:\"\u05e1\u05d5\u05e4\u05e8 \u05ea\u05d0\u05d9\u05dd \u05e8\u05d9\u05e7\u05d9\u05dd \u05d1\u05d8\u05d5\u05d5\u05d7.\", keywords:[\"countblank\",\"\u05e8\u05d9\u05e7\u05d9\u05dd\"] },       { name:\"COUNTIF\", category:\"\u05e1\u05e4\u05d9\u05e8\u05d4 \u05d5\u05e1\u05d8\u05d8\u05d9\u05e1\u05d8\u05d9\u05e7\u05d4\", short:\"\u05e1\u05e4\u05d9\u05e8\u05d4 \u05dc\u05e4\u05d9 \u05ea\u05e0\u05d0\u05d9.\", explain:\"\u05e1\u05d5\u05e4\u05e8 \u05ea\u05d0\u05d9\u05dd \u05e9\u05e2\u05d5\u05de\u05d3\u05d9\u05dd \u05d1\u05ea\u05e0\u05d0\u05d9.\", keywords:[\"countif\",\"\u05e1\u05e4\u05d9\u05e8\u05d4 \u05dc\u05e4\u05d9 \u05ea\u05e0\u05d0\u05d9\"] },       { name:\"COUNTIFS\", category:\"\u05e1\u05e4\u05d9\u05e8\u05d4 \u05d5\u05e1\u05d8\u05d8\u05d9\u05e1\u05d8\u05d9\u05e7\u05d4\", short:\"\u05e1\u05e4\u05d9\u05e8\u05d4 \u05dc\u05e4\u05d9 \u05db\u05de\u05d4 \u05ea\u05e0\u05d0\u05d9\u05dd.\", explain:\"\u05e1\u05d5\u05e4\u05e8 \u05dc\u05e4\u05d9 \u05de\u05e1\u05e4\u05e8 \u05ea\u05e0\u05d0\u05d9\u05dd.\", keywords:[\"countifs\",\"\u05db\u05de\u05d4 \u05ea\u05e0\u05d0\u05d9\u05dd\"] },       { name:\"SUBTOTAL\", category:\"\u05e1\u05e4\u05d9\u05e8\u05d4 \u05d5\u05e1\u05d8\u05d8\u05d9\u05e1\u05d8\u05d9\u05e7\u05d4\", short:\"\u05d7\u05d9\u05e9\u05d5\u05d1 \u05e2\u05dd \u05de\u05e1\u05e0\u05e0\u05d9\u05dd.\", explain:\"\u05e1\u05db\u05d5\u05dd\/\u05de\u05de\u05d5\u05e6\u05e2\/\u05e1\u05e4\u05d9\u05e8\u05d4 \u05d1\u05d4\u05ea\u05d7\u05e9\u05d1\u05d5\u05ea \u05d1\u05e4\u05d9\u05dc\u05d8\u05e8\u05d9\u05dd.\", keywords:[\"subtotal\",\"\u05de\u05e1\u05d5\u05e0\u05df\"] },       { name:\"TODAY\", category:\"\u05ea\u05d0\u05e8\u05d9\u05db\u05d9\u05dd \u05d5\u05d6\u05de\u05df\", short:\"\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05d5\u05dd.\", explain:\"\u05de\u05d7\u05d6\u05d9\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d9\u05d5\u05dd \u05d5\u05de\u05ea\u05e2\u05d3\u05db\u05df.\", keywords:[\"today\",\"\u05d4\u05d9\u05d5\u05dd\"] },       { name:\"NOW\", category:\"\u05ea\u05d0\u05e8\u05d9\u05db\u05d9\u05dd \u05d5\u05d6\u05de\u05df\", short:\"\u05ea\u05d0\u05e8\u05d9\u05da \u05d5\u05e9\u05e2\u05d4 \u05e0\u05d5\u05db\u05d7\u05d9\u05d9\u05dd.\", explain:\"\u05de\u05d7\u05d6\u05d9\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da + \u05e9\u05e2\u05d4.\", keywords:[\"now\",\"\u05e9\u05e2\u05d4 \u05e0\u05d5\u05db\u05d7\u05d9\u05ea\"] },       { name:\"EOMONTH\", category:\"\u05ea\u05d0\u05e8\u05d9\u05db\u05d9\u05dd \u05d5\u05d6\u05de\u05df\", short:\"\u05e1\u05d5\u05e3 \u05d7\u05d5\u05d3\u05e9.\", explain:\"\u05de\u05d7\u05d6\u05d9\u05e8 \u05d0\u05ea \u05d4\u05d9\u05d5\u05dd \u05d4\u05d0\u05d7\u05e8\u05d5\u05df \u05d1\u05d7\u05d5\u05d3\u05e9.\", keywords:[\"eomonth\",\"\u05e1\u05d5\u05e3 \u05d7\u05d5\u05d3\u05e9\"] },       { name:\"WORKDAY\", category:\"\u05ea\u05d0\u05e8\u05d9\u05db\u05d9\u05dd \u05d5\u05d6\u05de\u05df\", short:\"\u05d9\u05d5\u05dd \u05e2\u05d1\u05d5\u05d3\u05d4 \u05e7\u05d3\u05d9\u05de\u05d4\/\u05d0\u05d7\u05d5\u05e8\u05d4.\", explain:\"\u05de\u05d3\u05dc\u05d2 \u05e1\u05d5\u05e4\u05f4\u05e9 (\u05d5\u05d0\u05e4\u05e9\u05e8 \u05d7\u05d2\u05d9\u05dd).\", keywords:[\"workday\",\"\u05d9\u05de\u05d9 \u05e2\u05d1\u05d5\u05d3\u05d4\"] },       { name:\"NETWORKDAYS\", category:\"\u05ea\u05d0\u05e8\u05d9\u05db\u05d9\u05dd \u05d5\u05d6\u05de\u05df\", short:\"\u05d9\u05de\u05d9 \u05e2\u05d1\u05d5\u05d3\u05d4 \u05d1\u05d9\u05df \u05ea\u05d0\u05e8\u05d9\u05db\u05d9\u05dd.\", explain:\"\u05e1\u05d5\u05e4\u05e8 \u05d9\u05de\u05d9 \u05e2\u05d1\u05d5\u05d3\u05d4 \u05d1\u05d9\u05df 2 \u05ea\u05d0\u05e8\u05d9\u05db\u05d9\u05dd.\", keywords:[\"networkdays\",\"\u05d9\u05de\u05d9\u05dd \u05d1\u05d9\u05df\"] },       { name:\"PMT\", category:\"\u05e4\u05d9\u05e0\u05e0\u05e1\u05d9\", short:\"\u05ea\u05e9\u05dc\u05d5\u05dd \u05ea\u05e7\u05d5\u05e4\u05ea\u05d9 \u05dc\u05d4\u05dc\u05d5\u05d5\u05d0\u05d4.\", explain:\"\u05de\u05d7\u05e9\u05d1 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05d5\u05d3\u05e9\u05d9\/\u05ea\u05e7\u05d5\u05e4\u05ea\u05d9 \u05dc\u05e4\u05d9 \u05e8\u05d9\u05d1\u05d9\u05ea \u05d5\u05ea\u05e7\u05d5\u05e4\u05d5\u05ea.\", keywords:[\"pmt\",\"\u05d4\u05dc\u05d5\u05d5\u05d0\u05d4\",\"\u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05d5\u05d3\u05e9\u05d9\"] },       { name:\"NPV\", category:\"\u05e4\u05d9\u05e0\u05e0\u05e1\u05d9\", short:\"\u05e2\u05e8\u05da \u05e0\u05d5\u05db\u05d7\u05d9 \u05e0\u05e7\u05d9.\", explain:\"\u05de\u05d7\u05e9\u05d1 \u05e2\u05e8\u05da \u05e0\u05d5\u05db\u05d7\u05d9 \u05dc\u05ea\u05d6\u05e8\u05d9\u05dd \u05de\u05d6\u05d5\u05de\u05e0\u05d9\u05dd.\", keywords:[\"npv\",\"\u05e9\u05d5\u05d5\u05d9 \u05e0\u05d5\u05db\u05d7\u05d9\"] },       { name:\"IRR\", category:\"\u05e4\u05d9\u05e0\u05e0\u05e1\u05d9\", short:\"\u05e9\u05d9\u05e2\u05d5\u05e8 \u05ea\u05e9\u05d5\u05d0\u05d4 \u05e4\u05e0\u05d9\u05de\u05d9.\", explain:\"\u05de\u05d7\u05e9\u05d1 IRR \u05dc\u05ea\u05d6\u05e8\u05d9\u05dd \u05de\u05d6\u05d5\u05de\u05e0\u05d9\u05dd.\", keywords:[\"irr\",\"\u05ea\u05e9\u05d5\u05d0\u05d4\"] }     ];               const excelFunctionNamesAll = [       \"ABS\",\"ACCRINT\",\"ACCRINTM\",\"ACOS\",\"ACOSH\",\"ACOT\",\"ACOTH\",\"AGGREGATE\",\"ADDRESS\",\"AMORDEGRC\",\"AMORLINC\",\"AND\",       \"ARABIC\",\"AREAS\",\"ARRAYTOTEXT\",\"ASC\",\"ASIN\",\"ASINH\",\"ATAN\",\"ATAN2\",\"ATANH\",\"AVEDEV\",\"AVERAGE\",\"AVERAGEA\",       \"AVERAGEIF\",\"AVERAGEIFS\",       \"BAHTTEXT\",       \"BASE\",\"BESSELI\",\"BESSELJ\",\"BESSELK\",\"BESSELY\",\"BETA.DIST\",\"BETA.INV\",\"BIN2DEC\",\"BIN2HEX\",\"BIN2OCT\",       \"BINOM.DIST\",\"BINOM.INV\",\"BITAND\",\"BITLSHIFT\",\"BITOR\",\"BITRSHIFT\",\"BITXOR\",\"BYCOL\",\"BYROW\",       \"CELL\",\"CHAR\",\"CHISQ.DIST\",\"CHISQ.DIST.RT\",\"CHISQ.INV\",\"CHISQ.INV.RT\",\"CHISQ.TEST\",\"CHOOSE\",\"CHOOSECOLS\",\"CHOOSEROWS\",       \"CLEAN\",\"CODE\",\"COLUMN\",\"COLUMNS\",\"COMBIN\",\"COMBINA\",\"COMPLEX\",\"CONCAT\",\"CONCATENATE\",\"CONFIDENCE.NORM\",\"CONFIDENCE.T\",       \"CONVERT\",\"CORREL\",\"COS\",\"COSH\",\"COT\",\"COTH\",\"COUNT\",\"COUNTA\",\"COUNTBLANK\",\"COUNTIF\",\"COUNTIFS\",\"COVARIANCE.P\",\"COVARIANCE.S\",       \"CRITBINOM\",\"CSC\",\"CSCH\",\"CUBEKPIMEMBER\",\"CUBEMEMBER\",\"CUBEMEMBERPROPERTY\",\"CUBERANKEDMEMBER\",\"CUBESET\",\"CUBESETCOUNT\",\"CUBEVALUE\",       \"DATE\",\"DATEDIF\",\"DATEVALUE\",\"DAVERAGE\",\"DAYS\",\"DAYS360\",\"DB\",\"DCOUNT\",\"DCOUNTA\",\"DDB\",\"DEC2BIN\",\"DEC2HEX\",\"DEC2OCT\",       \"DECIMAL\",\"DEGREES\",\"DELTA\",\"DEVSQ\",\"DGET\",\"DISC\",\"DMAX\",\"DMIN\",\"DOLLAR\",\"DOLLARDE\",\"DOLLARFR\",\"DROP\",\"DSTDEV\",\"DSTDEVP\",       \"DSUM\",\"DURATION\",\"DVAR\",\"DVARP\",       \"EDATE\",\"EFFECT\",\"ENCODEURL\",\"EOMONTH\",\"ERF\",\"ERF.PRECISE\",\"ERFC\",\"ERFC.PRECISE\",\"ERROR.TYPE\",\"EUROCONVERT\",\"EVEN\",\"EXACT\",       \"EXP\",\"EXPAND\",\"EXPON.DIST\",       \"FACT\",\"FACTDOUBLE\",\"FALSE\",\"F.DIST\",\"F.DIST.RT\",\"FILTER\",\"FILTERXML\",\"FIND\",\"FINV\",\"F.INV\",\"F.INV.RT\",\"FISHER\",\"FISHERINV\",       \"FIXED\",\"FLOOR\",\"FLOOR.MATH\",\"FLOOR.PRECISE\",\"FORECAST\",\"FORECAST.ETS\",\"FORECAST.ETS.CONFINT\",\"FORECAST.ETS.SEASONALITY\",\"FORECAST.ETS.STAT\",       \"FORECAST.LINEAR\",\"FORMULATEXT\",\"FREQUENCY\",\"FV\",       \"GAMMA\",\"GAMMA.DIST\",\"GAMMA.INV\",\"GAMMALN\",\"GAMMALN.PRECISE\",\"GAUSS\",\"GCD\",\"GEOMEAN\",\"GETPIVOTDATA\",\"GROWTH\",       \"HLOOKUP\",\"HOUR\",\"HSTACK\",\"HYPERLINK\",       \"IF\",\"IFS\",\"IFERROR\",\"IFNA\",\"IMABS\",\"IMAGINARY\",\"IMARGUMENT\",\"IMCONJUGATE\",\"IMCOS\",\"IMCOSH\",\"IMCOT\",\"IMCSC\",\"IMCSCH\",\"IMDIV\",       \"IMEXP\",\"IMLN\",\"IMLOG10\",\"IMLOG2\",\"IMPOWER\",\"IMPRODUCT\",\"IMREAL\",\"IMSEC\",\"IMSECH\",\"IMSIN\",\"IMSINH\",\"IMSQRT\",\"IMSUB\",\"IMSUM\",       \"INDEX\",\"INDIRECT\",\"INFO\",\"INT\",\"INTERCEPT\",\"INTRATE\",\"IPMT\",\"IRR\",\"ISBLANK\",\"ISERR\",\"ISERROR\",\"ISEVEN\",\"ISFORMULA\",\"ISLOGICAL\",       \"ISNA\",\"ISNONTEXT\",\"ISNUMBER\",\"ISO.CEILING\",\"ISODD\",\"ISOWEEKNUM\",\"ISPMT\",\"ISTEXT\",       \"LAMBDA\",\"LARGE\",\"LCM\",\"LEFT\",\"LEN\",\"LET\",\"LINEST\",\"LN\",\"LOG\",\"LOG10\",\"LOGEST\",\"LOGNORM.DIST\",\"LOGNORM.INV\",\"LOOKUP\",       \"LOWER\",       \"MAKEARRAY\",\"MAP\",\"MATCH\",\"MAX\",\"MAXA\",\"MDURATION\",\"MEDIAN\",\"MID\",\"MIN\",\"MINA\",\"MINUTE\",\"MIRR\",\"MOD\",\"MODE.MULT\",\"MODE.SNGL\",       \"MONTH\",\"MROUND\",\"MULTINOMIAL\",\"MUNIT\",       \"NA\",\"NEGBINOM.DIST\",\"NETWORKDAYS\",\"NETWORKDAYS.INTL\",\"NOMINAL\",\"NORM.DIST\",\"NORM.INV\",\"NORM.S.DIST\",\"NORM.S.INV\",\"NOT\",\"NOW\",\"NPER\",       \"NPV\",\"NUMBERVALUE\",       \"OCT2BIN\",\"OCT2DEC\",\"OCT2HEX\",\"ODD\",\"OFFSET\",\"OR\",       \"PEARSON\",\"PERCENTILE.EXC\",\"PERCENTILE.INC\",\"PERCENTRANK.EXC\",\"PERCENTRANK.INC\",\"PERMUT\",\"PERMUTATIONA\",\"PHI\",\"PI\",\"PMT\",       \"POISSON.DIST\",\"POWER\",\"PPMT\",\"PRICE\",\"PRICEDISC\",\"PRICEMAT\",\"PROB\",\"PRODUCT\",\"PROPER\",\"PV\",       \"QUARTILE.EXC\",\"QUARTILE.INC\",\"QUOTIENT\",       \"RADIANS\",\"RAND\",\"RANDBETWEEN\",\"RANK.AVG\",\"RANK.EQ\",\"RATE\",\"REDUCE\",\"REPLACE\",\"REPT\",\"RIGHT\",\"ROMAN\",\"ROUND\",       \"ROUNDDOWN\",\"ROUNDUP\",\"ROW\",\"ROWS\",\"RRI\",\"RSQ\",       \"SCAN\",\"SEARCH\",\"SEC\",\"SECOND\",\"SEQUENCE\",\"SHEET\",\"SHEETS\",\"SIGN\",\"SIN\",\"SINH\",\"SKEW\",\"SKEW.P\",       \"SLN\",\"SLOPE\",\"SMALL\",\"SORT\",\"SORTBY\",\"SQRT\",\"SQRTPI\",\"STANDARDIZE\",\"STDEV.P\",\"STDEV.S\",\"STDEVA\",\"STDEVPA\",\"STEYX\",\"SUBSTITUTE\",       \"SUBTOTAL\",\"SUM\",\"SUMIF\",\"SUMIFS\",\"SUMPRODUCT\",\"SUMSQ\",\"SWITCH\",\"SYD\",       \"TAKE\",\"TAN\",\"TANH\",\"TEXT\",\"TEXTAFTER\",\"TEXTBEFORE\",\"TEXTJOIN\",\"TIME\",\"TIMEVALUE\",\"TOCOL\",\"TOROW\",       \"TRANSPOSE\",\"TREND\",\"TRIM\",\"TRUE\",\"TRUNC\",       \"UNICHAR\",\"UNICODE\",\"UNIQUE\",\"UPPER\",       \"VALUE\",\"VAR.P\",\"VAR.S\",\"VDB\",\"VLOOKUP\",       \"WEEKDAY\",\"WEEKNUM\",\"WEBSERVICE\",\"WEIBULL.DIST\",\"WORKDAY\",\"WORKDAY.INTL\",\"WRAPCOLS\",\"WRAPROWS\",       \"XLOOKUP\",\"XMATCH\",\"XNPV\",\"XOR\",\"XIRR\",       \"YEAR\",\"YEARFRAC\",\"Z.TEST\"     ];          const detailedMap = new Map(excelFunctionsDetailed.map(f => [String(f.name).toUpperCase(), f]));     const excelFunctions = [];     for (const nm of excelFunctionNamesAll) {       const key = String(nm).toUpperCase();       if (detailedMap.has(key)) continue;       excelFunctions.push({         name: key,         category: \"\u05db\u05dc\u05dc\u05d9\",         short: \"\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05d1\u05d0\u05e7\u05e1\u05dc.\",         explain: \"\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05d1\u05d0\u05e7\u05e1\u05dc \u2014 \u05dc\u05d7\u05e6\u05d5 \u05dc\u05d4\u05e2\u05ea\u05e7\u05d4.\",         keywords: [key]       });     }     excelFunctions.push(...excelFunctionsDetailed);     const $q = document.getElementById(\"q\");     const $list = document.getElementById(\"list\");     const $count = document.getElementById(\"countLabel\");     const $grid = document.getElementById(\"grid\");     const $toast = document.getElementById(\"toast\");     function norm(s){       return (s || \"\").toString().toLowerCase().trim().replace(\/[\"']\/g,\"\");     }     function toast(msg){       $toast.textContent = msg;       $toast.classList.add(\"show\");       setTimeout(()=> $toast.classList.remove(\"show\"), 1600);     }     async function copy(text){       try{         await navigator.clipboard.writeText(text);         toast(`\"${text}\" \u05d4\u05d5\u05e2\u05ea\u05e7 \u05dc\u05dc\u05d5\u05d7 \ud83d\udccb`);       }catch(e){         toast(\"\u05dc\u05d0 \u05d4\u05e6\u05dc\u05d7\u05e0\u05d5 \u05dc\u05d4\u05e2\u05ea\u05d9\u05e7 \u2013 \u05e0\u05e1\u05d5 \u05e9\u05d5\u05d1.\");       }     }     function search(query){       const q = norm(query);       if(!q) return [];       const terms = q.split(\/\\s+\/).filter(Boolean);       const scored = [];       for(const fn of excelFunctions){         const hay = norm(fn.name + \" \" + fn.category + \" \" + fn.short + \" \" + (fn.keywords||[]).join(\" \"));         let score = 0;         for(const t of terms){           if(hay.includes(t)) score += 5;           if(fn.name.toLowerCase().startsWith(t)) score += 7;           if(norm(fn.category).includes(t)) score += 2;         }         if(score>0) scored.push({fn, score});       }       scored.sort((a,b)=> b.score - a.score);       return scored.map(x=>x.fn);     }     function renderResults(items){       $list.innerHTML = \"\";       const typed = $q.value.trim();       if(!typed){         $count.textContent = \"\u05d4\u05e7\u05dc\u05d9\u05d3\u05d5 \u05db\u05d3\u05d9 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc\";         const d = document.createElement(\"div\");         d.style.color = \"var(--muted)\";         d.style.fontSize = \"0.9rem\";         d.textContent = \"\u05d8\u05d9\u05e4: \u05e0\u05e1\u05d5 \u201c\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d1\u05d8\u05d1\u05dc\u05d4\u201d, \u201c\u05e1\u05db\u05d5\u05dd \u05dc\u05e4\u05d9 \u05ea\u05e0\u05d0\u05d9\u201d, \u201c\u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d5\u05e3 \u05d7\u05d5\u05d3\u05e9\u201d, \u201c\u05e1\u05e4\u05d9\u05e8\u05ea \u05ea\u05d0\u05d9\u05dd \u05dc\u05d0 \u05e8\u05d9\u05e7\u05d9\u05dd\u201d.\";         $list.appendChild(d);         return;       }       if(!items.length){         $count.textContent = \"\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u2013 \u05e0\u05e1\u05d5 \u05e0\u05d9\u05e1\u05d5\u05d7 \u05d0\u05d7\u05e8\";         const d = document.createElement(\"div\");         d.style.color = \"var(--muted)\";         d.style.fontSize = \"0.9rem\";         d.textContent = \"\u05e0\u05e1\u05d5 \u05de\u05d9\u05dc\u05d9\u05dd \u05db\u05de\u05d5: \u05d8\u05e7\u05e1\u05d8, \u05e1\u05e4\u05d9\u05e8\u05d4, \u05d7\u05d9\u05e4\u05d5\u05e9, \u05ea\u05d0\u05e8\u05d9\u05da, \u05e2\u05d9\u05d2\u05d5\u05dc \u2014 \u05d0\u05d5 \u05e9\u05dd \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea.\";         $list.appendChild(d);         return;       }       $count.textContent = `${items.length} \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05de\u05ea\u05d0\u05d9\u05de\u05d5\u05ea`;       for(const fn of items){         const row = document.createElement(\"div\");         row.className = \"row\";         const name = document.createElement(\"div\");         name.className = \"fn\";         name.textContent = fn.name;         const meta = document.createElement(\"div\");         meta.className = \"meta\";         meta.textContent = `${fn.category} \u2022 ${fn.short}`;         const actions = document.createElement(\"div\");         actions.className = \"actions\";         const btn = document.createElement(\"button\");         btn.type = \"button\";         btn.className = \"btn\";         btn.innerHTML = \"\ud83d\udccb \u05d4\u05e2\u05ea\u05e7\u05d4\";         btn.addEventListener(\"click\", ()=> copy(fn.name));         const info = document.createElement(\"span\");         info.className = \"info\";         info.textContent = \"i\";         info.setAttribute(\"data-tooltip\", fn.explain || fn.short || \"\u05d0\u05d9\u05df \u05ea\u05d9\u05d0\u05d5\u05e8 \u05de\u05e4\u05d5\u05e8\u05d8 \u05db\u05e8\u05d2\u05e2.\");         actions.appendChild(btn);         actions.appendChild(info);         row.appendChild(name);         row.appendChild(meta);         row.appendChild(actions);         $list.appendChild(row);       }     }     function renderCategories(){       $grid.innerHTML = \"\";              const map = {};       for(const fn of excelFunctionsDetailed){         map[fn.category] = map[fn.category] || [];         map[fn.category].push(fn);       }       const cats = Object.keys(map).sort((a,b)=> a.localeCompare(b, \"he\"));       for(const cat of cats){         const box = document.createElement(\"div\");         box.className = \"cat\";         const top = document.createElement(\"div\");         top.className = \"catTop\";         const name = document.createElement(\"div\");         name.className = \"catName\";         name.textContent = cat;         const count = document.createElement(\"div\");         count.className = \"catCount\";         count.textContent = `${map[cat].length} \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea`;         top.appendChild(name);         top.appendChild(count);         const chips = document.createElement(\"div\");         chips.className = \"chips\";         for(const fn of map[cat]){           const chip = document.createElement(\"button\");           chip.type = \"button\";           chip.className = \"chip\";           const iEl = document.createElement(\"span\");           iEl.className = \"info\";           iEl.textContent = \"i\";           iEl.setAttribute(\"data-tooltip\", fn.explain || fn.short || \"\u05d0\u05d9\u05df \u05ea\u05d9\u05d0\u05d5\u05e8 \u05de\u05e4\u05d5\u05e8\u05d8 \u05db\u05e8\u05d2\u05e2.\");           chip.appendChild(document.createElement(\"strong\")).textContent = fn.name;           const mini = document.createElement(\"span\");           mini.style.opacity = \".85\";           mini.textContent = \"\ud83d\udccb\";           chip.appendChild(mini);           chip.appendChild(iEl);           chip.addEventListener(\"click\", (e)=>{             if(e.target && e.target.classList && e.target.classList.contains(\"info\")) return;             copy(fn.name);           });           chips.appendChild(chip);         }         box.appendChild(top);         box.appendChild(chips);         $grid.appendChild(box);       }     }     \n\n    let __bnetTipEl = null;\n    function ensureTooltipEl() {\n      if (__bnetTipEl) return __bnetTipEl;\n      const el = document.createElement(\"div\");\n      el.className = \"bnet-tooltip\";\n      el.setAttribute(\"role\", \"tooltip\");\n      document.body.appendChild(el);\n      __bnetTipEl = el;\n      return el;\n    }\n    function showTooltip(anchorEl, text) {\n      const tip = ensureTooltipEl();\n      tip.textContent = text || \"\u05d0\u05d9\u05df \u05ea\u05d9\u05d0\u05d5\u05e8 \u05de\u05e4\u05d5\u05e8\u05d8 \u05db\u05e8\u05d2\u05e2.\";\n      tip.classList.add(\"show\");\n      \n      const r = anchorEl.getBoundingClientRect();\n      const margin = 10;\n      \n      const tipRect = tip.getBoundingClientRect();\n      let top = r.top - tipRect.height - margin;\n      let left = r.left + (r.width \/ 2) - (tipRect.width \/ 2);\n      if (top < 8) top = r.bottom + margin;\n      left = Math.max(8, Math.min(left, window.innerWidth - tipRect.width - 8));\n      top  = Math.max(8, Math.min(top,  window.innerHeight - tipRect.height - 8));\n      tip.style.left = `${left}px`;\n      tip.style.top  = `${top}px`;\n    }\n    function hideTooltip() {\n      if (!__bnetTipEl) return;\n      __bnetTipEl.classList.remove(\"show\");\n    }\n    document.addEventListener(\"mouseover\", (e) => {\n      const t = e.target;\n      if (!(t instanceof Element)) return;\n      if (t.classList.contains(\"info\") && t.hasAttribute(\"data-tooltip\")) {\n        showTooltip(t, t.getAttribute(\"data-tooltip\"));\n      }\n    });\n    document.addEventListener(\"mouseout\", (e) => {       const t = e.target;       if (!(t instanceof Element)) return;       if (t.classList.contains(\"info\")) hideTooltip();     });     window.addEventListener(\"scroll\", hideTooltip, { passive: true });     window.addEventListener(\"resize\", hideTooltip);     document.addEventListener(\"DOMContentLoaded\", ()=>{              renderCategories();       renderResults([]);       $q.addEventListener(\"input\", ()=>{         const items = search($q.value);         renderResults(items);       });     });   \n  <\/script>\n<\/div>\n<\/div>\n\n\n\n<div class=\"futur-glass-card seo-card\">\n\n\n\n<h1 class=\"wp-block-heading\">\u05de\u05d7\u05d5\u05dc\u05dc \u05de\u05e6\u05d9\u05d0\u05ea \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05d0\u05e7\u05e1\u05dc &#8211; \u05d4\u05de\u05d3\u05e8\u05d9\u05da \u05d4\u05de\u05dc\u05d0<\/h1>\n\n\n\n<p>\u05d0\u05e7\u05e1\u05dc \u05de\u05dc\u05d0\u05d4 \u05d1\u05de\u05d0\u05d5\u05ea \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05d5\u05e0\u05d5\u05e1\u05d7\u05d0\u05d5\u05ea \u2013 \u05d5\u05d6\u05d4 \u05d1\u05d3\u05d9\u05d5\u05e7 \u05de\u05d4 \u05e9\u05d4\u05d5\u05e4\u05da \u05d0\u05d5\u05ea\u05d4 \u05dc\u05db\u05dc\u05d9 \u05e2\u05d5\u05e6\u05de\u05ea\u05d9 \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd, \u05d0\u05d1\u05dc \u05d2\u05dd \u05dc\u05de\u05d1\u05dc\u05d1\u05dc.\n    \u05d1\u05de\u05e7\u05d5\u05dd \u05dc\u05d6\u05db\u05d5\u05e8 \u05d1\u05e2\u05dc \u05e4\u05d4 \u05de\u05d4 \u05d4\u05d4\u05d1\u05d3\u05dc \u05d1\u05d9\u05df <strong>SUMIF<\/strong> \u05dc\u05be<strong>SUMIFS<\/strong>, \u05d0\u05d5 \u05de\u05ea\u05d9 \u05e2\u05d3\u05d9\u05e3 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05be<strong>XLOOKUP<\/strong>,\n    \u05d0\u05e4\u05e9\u05e8 \u05e4\u05e9\u05d5\u05d8 \u05dc\u05db\u05ea\u05d5\u05d1 \u05db\u05d0\u05df \u05de\u05d4 \u05d0\u05ea\u05dd \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05d1\u05e6\u05e2 (\u201c\u05dc\u05e1\u05db\u05d5\u05dd \u05dc\u05e4\u05d9 \u05ea\u05e0\u05d0\u05d9\u201d, \u201c\u05dc\u05e1\u05e4\u05d5\u05e8 \u05ea\u05d0\u05d9\u05dd \u05dc\u05d0 \u05e8\u05d9\u05e7\u05d9\u05dd\u201d, \u201c\u05dc\u05d4\u05d7\u05d6\u05d9\u05e8 \u05e2\u05e8\u05db\u05d9\u05dd \u05d9\u05d9\u05d7\u05d5\u05d3\u05d9\u05d9\u05dd\u201d) \u05d5\u05dc\u05e7\u05d1\u05dc \u05de\u05d9\u05d3 \u05d0\u05ea \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u05d0\u05d9\u05da \u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05d4\u05e0\u05db\u05d5\u05e0\u05d4 \u05d1\u05d0\u05e7\u05e1\u05dc \u05ea\u05d5\u05da \u05e9\u05e0\u05d9\u05d5\u05ea<\/h2>\n\n\n\n<p>\u05d4\u05db\u05dc\u05d9 \u05de\u05ea\u05d0\u05d9\u05dd \u05d1\u05de\u05d9\u05d5\u05d7\u05d3 \u05dc\u05de\u05e0\u05d4\u05dc\u05d9 \u05db\u05e1\u05e4\u05d9\u05dd, \u05de\u05e0\u05d4\u05dc\u05d9 \u05de\u05e9\u05e8\u05d3, \u05d0\u05e0\u05e9\u05d9 \u05de\u05db\u05d9\u05e8\u05d5\u05ea, \u05d0\u05e0\u05dc\u05d9\u05e1\u05d8\u05d9\u05dd \u05d5\u05d1\u05e2\u05dc\u05d9 \u05e2\u05e1\u05e7\u05d9\u05dd \u05e9\u05de\u05d9\u05d9\u05e6\u05e8\u05d9\u05dd \u05d3\u05d5\u05d7\u05d5\u05ea \u05d5\u05de\u05e2\u05e7\u05d1.\n    \u05dc\u05d3\u05d5\u05d2\u05de\u05d4: \u05d0\u05dd \u05d0\u05ea\u05dd \u05e6\u05e8\u05d9\u05db\u05d9\u05dd \u201c\u05e1\u05db\u05d5\u05dd \u05dc\u05e4\u05d9 \u05db\u05de\u05d4 \u05ea\u05e0\u05d0\u05d9\u05dd\u201d \u05ea\u05e7\u05d1\u05dc\u05d5 \u05d0\u05ea <strong>SUMIFS<\/strong>;\n    \u05d0\u05dd \u05d0\u05ea\u05dd \u05e6\u05e8\u05d9\u05db\u05d9\u05dd \u201c\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e2\u05e8\u05da \u05d1\u05d8\u05d1\u05dc\u05d4\u201d \u05ea\u05e7\u05d1\u05dc\u05d5 <strong>XLOOKUP<\/strong> \u05d0\u05d5 <strong>VLOOKUP<\/strong> \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8 \u05e7\u05e6\u05e8.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u05db\u05dc\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd<\/h2>\n\n\n\n<p>\u05de\u05d7\u05e4\u05e9\u05d9\u05dd \u05e2\u05d5\u05d3 \u05db\u05dc\u05d9\u05dd \u05d7\u05d9\u05e0\u05de\u05d9\u05d9\u05dd \u05dc\u05e2\u05e1\u05e7? \u05db\u05e0\u05e1\u05d5 \u05dc\u05e2\u05de\u05d5\u05d3 \u05d4\u05db\u05dc\u05d9\u05dd \u05d4\u05e8\u05d0\u05e9\u05d9:\n    <a href=\"\/he\/\" rel=\"noopener\">\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd<\/a>.\n    \u05d0\u05dd \u05d0\u05ea\u05dd \u05e2\u05d5\u05d1\u05d3\u05d9\u05dd \u05d4\u05e8\u05d1\u05d4 \u05e2\u05dd \u05e7\u05d1\u05e6\u05d9\u05dd \u2013 \u05de\u05d5\u05de\u05dc\u05e5 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d2\u05dd \u05d1\u05db\u05dc\u05d9 \u05e6\u05e4\u05d9\u05d9\u05d4 \u05d1\u05e7\u05d1\u05e6\u05d9\u05dd:\n    <a href=\"\/he\/File-Viewer\/\" rel=\"noopener\">\u05e6\u05e4\u05d9\u05d9\u05d4 \u05d1\u05e7\u05d1\u05e6\u05d9\u05dd \u05dc\u05dc\u05d0 \u05ea\u05d5\u05db\u05e0\u05d4<\/a>,\n    \u05d5\u05d1\u05db\u05dc\u05d9 \u05d4\u05de\u05e8\u05ea \u05de\u05d8\u05d1\u05e2 \u05dc\u05d3\u05d5\u05d7\u05d5\u05ea \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9\u05d9\u05dd:\n    <a href=\"\/he\/Currency-Converter\/\" rel=\"noopener\">\u05d4\u05de\u05e8\u05ea \u05de\u05d8\u05d1\u05e2<\/a>.<\/p>\n\n\n\n<p>\u05d4\u05db\u05dc\u05d9 \u05e4\u05d5\u05e2\u05dc 100% \u05d1\u05d3\u05e4\u05d3\u05e4\u05df (\u05dc\u05dc\u05d0 \u05e9\u05de\u05d9\u05e8\u05d4 \u05d1\u05e9\u05e8\u05ea), \u05db\u05da \u05e9\u05d4\u05d5\u05d0 \u05de\u05ea\u05d0\u05d9\u05dd \u05d2\u05dd \u05dc\u05e9\u05d9\u05de\u05d5\u05e9 \u05de\u05d4\u05d9\u05e8 \u05de\u05de\u05d5\u05d1\u05d9\u05d9\u05dc, \u05d8\u05d0\u05d1\u05dc\u05d8 \u05d5\u05d3\u05e1\u05e7\u05d8\u05d5\u05e4.<\/p>\n\n\n\n<\/div>\n\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u05db\u05d5\u05ea\u05d1\u05d9\u05dd \u05de\u05d4 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05d1\u05d0\u05e7\u05e1\u05dc (\u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d0\u05d5 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea) \u2013 \u05d5\u05de\u05e7\u05d1\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d4, \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8 \u05e7\u05e6\u05e8, \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05dc\u05d4\u05e9\u05e8\u05d0\u05d4 \u05d5\u05d4\u05e2\u05ea\u05e7\u05d4 \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_yoast_wpseo_metadesc":"\u05db\u05d5\u05ea\u05d1\u05d9\u05dd \u05de\u05d4 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05d1\u05d0\u05e7\u05e1\u05dc (\u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d0\u05d5 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea) \u2013 \u05d5\u05de\u05e7\u05d1\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d4, \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8 \u05e7\u05e6\u05e8, \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05dc\u05d4\u05e9\u05e8\u05d0\u05d4 \u05d5\u05d4\u05e2\u05ea\u05e7\u05d4 \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4.","tool_emoji":"\ud83d\udcca","tool_category":"\u05db\u05dc\u05d9\u05dd \u05e9\u05d9\u05de\u05d5\u05e9\u05d9\u05d9\u05dd","tool_featured":"no","footnotes":""},"class_list":["post-50525","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u05de\u05d7\u05d5\u05dc\u05dc \u05de\u05e6\u05d9\u05d0\u05ea \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05d0\u05e7\u05e1\u05dc\ud83d\udcca - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd<\/title>\n<meta name=\"description\" content=\"\u05db\u05d5\u05ea\u05d1\u05d9\u05dd \u05de\u05d4 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05d1\u05d0\u05e7\u05e1\u05dc (\u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d0\u05d5 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea) \u2013 \u05d5\u05de\u05e7\u05d1\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d4, \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8 \u05e7\u05e6\u05e8, \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05dc\u05d4\u05e9\u05e8\u05d0\u05d4 \u05d5\u05d4\u05e2\u05ea\u05e7\u05d4 \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bsolution.me\/he\/excel-commands\/\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05de\u05d7\u05d5\u05dc\u05dc \u05de\u05e6\u05d9\u05d0\u05ea \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05d0\u05e7\u05e1\u05dc\ud83d\udcca - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\" \/>\n<meta property=\"og:description\" content=\"\u05db\u05d5\u05ea\u05d1\u05d9\u05dd \u05de\u05d4 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05d1\u05d0\u05e7\u05e1\u05dc (\u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d0\u05d5 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea) \u2013 \u05d5\u05de\u05e7\u05d1\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d4, \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8 \u05e7\u05e6\u05e8, \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05dc\u05d4\u05e9\u05e8\u05d0\u05d4 \u05d5\u05d4\u05e2\u05ea\u05e7\u05d4 \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bsolution.me\/he\/excel-commands\/\" \/>\n<meta property=\"og:site_name\" content=\"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-30T18:44:42+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 \u05d3\u05e7\u05d5\u05ea\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/excel-commands\\\/\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/excel-commands\\\/\",\"name\":\"\u05de\u05d7\u05d5\u05dc\u05dc \u05de\u05e6\u05d9\u05d0\u05ea \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05d0\u05e7\u05e1\u05dc\ud83d\udcca - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/#website\"},\"datePublished\":\"2026-04-30T18:44:41+00:00\",\"dateModified\":\"2026-04-30T18:44:42+00:00\",\"description\":\"\u05db\u05d5\u05ea\u05d1\u05d9\u05dd \u05de\u05d4 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05d1\u05d0\u05e7\u05e1\u05dc (\u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d0\u05d5 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea) \u2013 \u05d5\u05de\u05e7\u05d1\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d4, \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8 \u05e7\u05e6\u05e8, \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05dc\u05d4\u05e9\u05e8\u05d0\u05d4 \u05d5\u05d4\u05e2\u05ea\u05e7\u05d4 \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/excel-commands\\\/#breadcrumb\"},\"inLanguage\":\"he-IL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bsolution.me\\\/he\\\/excel-commands\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/excel-commands\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bsolution.me\\\/he\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u05de\u05d7\u05d5\u05dc\u05dc \u05de\u05e6\u05d9\u05d0\u05ea \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05d0\u05e7\u05e1\u05dc\ud83d\udcca\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/#website\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/\",\"name\":\"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\",\"description\":\"\u05d0\u05d5\u05d8\u05d5\u05de\u05e6\u05d9\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7, \u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05dd, \u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bsolution.me\\\/he\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"he-IL\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u05de\u05d7\u05d5\u05dc\u05dc \u05de\u05e6\u05d9\u05d0\u05ea \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05d0\u05e7\u05e1\u05dc\ud83d\udcca - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","description":"\u05db\u05d5\u05ea\u05d1\u05d9\u05dd \u05de\u05d4 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05d1\u05d0\u05e7\u05e1\u05dc (\u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d0\u05d5 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea) \u2013 \u05d5\u05de\u05e7\u05d1\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d4, \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8 \u05e7\u05e6\u05e8, \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05dc\u05d4\u05e9\u05e8\u05d0\u05d4 \u05d5\u05d4\u05e2\u05ea\u05e7\u05d4 \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bsolution.me\/he\/excel-commands\/","og_locale":"he_IL","og_type":"article","og_title":"\u05de\u05d7\u05d5\u05dc\u05dc \u05de\u05e6\u05d9\u05d0\u05ea \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05d0\u05e7\u05e1\u05dc\ud83d\udcca - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","og_description":"\u05db\u05d5\u05ea\u05d1\u05d9\u05dd \u05de\u05d4 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05d1\u05d0\u05e7\u05e1\u05dc (\u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d0\u05d5 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea) \u2013 \u05d5\u05de\u05e7\u05d1\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d4, \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8 \u05e7\u05e6\u05e8, \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05dc\u05d4\u05e9\u05e8\u05d0\u05d4 \u05d5\u05d4\u05e2\u05ea\u05e7\u05d4 \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4.","og_url":"https:\/\/bsolution.me\/he\/excel-commands\/","og_site_name":"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","article_modified_time":"2026-04-30T18:44:42+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da":"2 \u05d3\u05e7\u05d5\u05ea"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bsolution.me\/he\/excel-commands\/","url":"https:\/\/bsolution.me\/he\/excel-commands\/","name":"\u05de\u05d7\u05d5\u05dc\u05dc \u05de\u05e6\u05d9\u05d0\u05ea \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05d0\u05e7\u05e1\u05dc\ud83d\udcca - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","isPartOf":{"@id":"https:\/\/bsolution.me\/he\/#website"},"datePublished":"2026-04-30T18:44:41+00:00","dateModified":"2026-04-30T18:44:42+00:00","description":"\u05db\u05d5\u05ea\u05d1\u05d9\u05dd \u05de\u05d4 \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05e2\u05e9\u05d5\u05ea \u05d1\u05d0\u05e7\u05e1\u05dc (\u05d1\u05e2\u05d1\u05e8\u05d9\u05ea \u05d0\u05d5 \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea) \u2013 \u05d5\u05de\u05e7\u05d1\u05dc\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d4, \u05e2\u05dd \u05d4\u05e1\u05d1\u05e8 \u05e7\u05e6\u05e8, \u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea \u05dc\u05d4\u05e9\u05e8\u05d0\u05d4 \u05d5\u05d4\u05e2\u05ea\u05e7\u05d4 \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4.","breadcrumb":{"@id":"https:\/\/bsolution.me\/he\/excel-commands\/#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bsolution.me\/he\/excel-commands\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bsolution.me\/he\/excel-commands\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bsolution.me\/he\/"},{"@type":"ListItem","position":2,"name":"\u05de\u05d7\u05d5\u05dc\u05dc \u05de\u05e6\u05d9\u05d0\u05ea \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea \u05d0\u05e7\u05e1\u05dc\ud83d\udcca"}]},{"@type":"WebSite","@id":"https:\/\/bsolution.me\/he\/#website","url":"https:\/\/bsolution.me\/he\/","name":"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","description":"\u05d0\u05d5\u05d8\u05d5\u05de\u05e6\u05d9\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7, \u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05dd, \u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bsolution.me\/he\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"he-IL"}]}},"_links":{"self":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50525","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/comments?post=50525"}],"version-history":[{"count":1,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50525\/revisions"}],"predecessor-version":[{"id":50526,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50525\/revisions\/50526"}],"wp:attachment":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/media?parent=50525"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}