<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[עזרה באקסל- חילוק עמודה]]></title><description><![CDATA[<p dir="auto">שלום,<br />
יש לי אקסל עם עמודה אחת, בשורה אחת טקסט ובשורה 2 מספר, אני רוצה לקחת את כל שורות הטקסט לעמודה אחת וכל שורות המספרים לעמודה נוספת.<br />
לא עולה לי רעיון למרות שאמור להיות די פשוט<br />
משהו בסגנון נוסחה שלוקחת את כל השורות האי זוגיות לעמודה אחת ואת כל השורות הזוגיות לעמודה נוספת.</p>
<p dir="auto">יש"כ</p>
]]></description><link>https://tchumim.com/topic/8787/עזרה-באקסל-חילוק-עמודה</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 02:42:01 GMT</lastBuildDate><atom:link href="https://tchumim.com/topic/8787.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 May 2020 20:35:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Sun, 17 May 2020 08:26:54 GMT]]></title><description><![CDATA[<p dir="auto">תודה רבה!</p>
]]></description><link>https://tchumim.com/post/101453</link><guid isPermaLink="true">https://tchumim.com/post/101453</guid><dc:creator><![CDATA[גימפל]]></dc:creator><pubDate>Sun, 17 May 2020 08:26:54 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Sun, 17 May 2020 08:26:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%92%D7%99%D7%9E%D7%A4%D7%9C">@<bdi>גימפל</bdi></a> יש לך הרבה מקומות<br />
אם אתה מתחיל, יש לך את <a href="https://www.excelist.co.il/learn_excel/" target="_blank" rel="noopener noreferrer nofollow ugc">אקסליסט</a><br />
האתר <a href="http://excel.kova.co.il/" target="_blank" rel="noopener noreferrer nofollow ugc">תותח אקסל</a> מציע מרחב של הדרכות בחינם על אקסל, גם אפשרויות מתקדמות למדי</p>
]]></description><link>https://tchumim.com/post/101452</link><guid isPermaLink="true">https://tchumim.com/post/101452</guid><dc:creator><![CDATA[OdedDvir]]></dc:creator><pubDate>Sun, 17 May 2020 08:26:24 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Sun, 17 May 2020 08:19:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/odeddvir">@<bdi>OdedDvir</bdi></a></p>
<p dir="auto">אני רוצה ללמוד את זה תאורתית<br />
איפה אפשר לעיין בנושא?</p>
]]></description><link>https://tchumim.com/post/101450</link><guid isPermaLink="true">https://tchumim.com/post/101450</guid><dc:creator><![CDATA[גימפל]]></dc:creator><pubDate>Sun, 17 May 2020 08:19:32 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Sun, 17 May 2020 08:18:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%92%D7%99%D7%9E%D7%A4%D7%9C">@<bdi>גימפל</bdi></a> למה, ההסבר עדיין לא מובן?</p>
]]></description><link>https://tchumim.com/post/101449</link><guid isPermaLink="true">https://tchumim.com/post/101449</guid><dc:creator><![CDATA[OdedDvir]]></dc:creator><pubDate>Sun, 17 May 2020 08:18:46 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Sun, 17 May 2020 07:36:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/odeddvir">@<bdi>OdedDvir</bdi></a></p>
<p dir="auto">תעשה על זה סרטון הדרכה</p>
]]></description><link>https://tchumim.com/post/101445</link><guid isPermaLink="true">https://tchumim.com/post/101445</guid><dc:creator><![CDATA[גימפל]]></dc:creator><pubDate>Sun, 17 May 2020 07:36:47 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Sat, 16 May 2020 21:58:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%92%D7%99%D7%9E%D7%A4%D7%9C">@<bdi>גימפל</bdi></a> הפונקציה ADDRESS מחזירה מחרוזת (טקסט) ולא הפנייה "אמיתית" של תא, דהיינו</p>
<pre><code>ADDRESS(1,1) == "A1" // מחרוזת ולא כתובת
</code></pre>
<p dir="auto">לכן צריך להעזר בפונקציה INDIRECT שהופכת את המחרוזת לכתובת תא.</p>
<pre><code>INDIRECT("A1") == A1 // כתובת
</code></pre>
<p dir="auto">אגב אפשר לפתור את הבעיה בצורה קצת יותר אלגנטית ע"י שימוש בפונקציה INDEX<br />
לשליפת הערך בתאים הזוגיים, נרשום בתא B1</p>
<pre><code>=INDEX(A:A,ROW(B2)*2)
</code></pre>
<p dir="auto">ובתא C1</p>
<pre><code>=INDEX(A:A,(ROW(C2)-1)*2)
</code></pre>
<p dir="auto">וכמובן נשכפל את הנוסחא למטה כנ"ל</p>
]]></description><link>https://tchumim.com/post/101422</link><guid isPermaLink="true">https://tchumim.com/post/101422</guid><dc:creator><![CDATA[OdedDvir]]></dc:creator><pubDate>Sat, 16 May 2020 21:58:58 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Sat, 16 May 2020 22:10:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%99%D7%95%D7%96%D7%A8">@<bdi>יוזר</bdi></a> אמר ב<a href="/post/101101">עזרה באקסל- חילוק עמודה</a>:</p>
<blockquote>
<p dir="auto">שלום,<br />
יש לי אקסל עם עמודה אחת, בשורה אחת טקסט ובשורה 2 מספר, אני רוצה לקחת את כל שורות הטקסט לעמודה אחת וכל שורות המספרים לעמודה נוספת.<br />
לא עולה לי רעיון למרות שאמור להיות די פשוט<br />
משהו בסגנון נוסחה שלוקחת את כל השורות האי זוגיות לעמודה אחת ואת כל השורות הזוגיות לעמודה נוספת.</p>
<p dir="auto">יש"כ</p>
</blockquote>
<p dir="auto">רעיון נוסף ללא נוסחאות (סתם בשביל השעשוע)</p>
<p dir="auto">להוסיף סרגלי צבעים (בית&gt;עיצוב מותנה&gt;סרגלי צבעים&gt;לבחור אחד מהם לא משנה איזה)<br />
למיין לפי סרגלי צבעים (בית&gt;מיין וסנן&gt;מיון מותאם אישית&gt;מיין לפי צבע&gt;אישור)<br />
לגזור (cntl + X) מהמספרים ומטה (לבחור בשורה הראשונה של המספרים, ואז shift + end)<br />
ולהדביק בעמודה ליד (לעמוד בשורה הראשונה שרוצים להדביק, cntl + v)</p>
<p dir="auto">הנה סרטון הדרכה<br />
<a href="/assets/uploads/files/1589667009128-%D7%A1%D7%99%D7%93%D7%95%D7%A8-%D7%AA%D7%90%D7%99-%D7%9E%D7%A1%D7%A4%D7%A8%D7%99%D7%9D-%D7%91%D7%90%D7%A7%D7%A1%D7%9C.wmv">סידור תאי מספרים באקסל.wmv</a></p>
]]></description><link>https://tchumim.com/post/101419</link><guid isPermaLink="true">https://tchumim.com/post/101419</guid><dc:creator><![CDATA[fantian]]></dc:creator><pubDate>Sat, 16 May 2020 22:10:31 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Sat, 16 May 2020 20:27:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/odeddvir">@<bdi>OdedDvir</bdi></a> אמר ב<a href="/post/101129">עזרה באקסל- חילוק עמודה</a>:</p>
<blockquote>
<p dir="auto">INDIRECT</p>
</blockquote>
<p dir="auto">סליחה!<br />
לא הבנתי,<br />
אם מישהו יכול להסביר יותר מפורט</p>
]]></description><link>https://tchumim.com/post/101377</link><guid isPermaLink="true">https://tchumim.com/post/101377</guid><dc:creator><![CDATA[גימפל]]></dc:creator><pubDate>Sat, 16 May 2020 20:27:48 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Wed, 13 May 2020 21:41:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/odeddvir">@<bdi>OdedDvir</bdi></a> גאוני!<br />
תודה רבה!</p>
]]></description><link>https://tchumim.com/post/101141</link><guid isPermaLink="true">https://tchumim.com/post/101141</guid><dc:creator><![CDATA[יוזר]]></dc:creator><pubDate>Wed, 13 May 2020 21:41:32 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Wed, 13 May 2020 21:21:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%92%D7%99%D7%9E%D7%A4%D7%9C">@<bdi>גימפל</bdi></a><br />
אם כך זה קל יחסית,<br />
כדי לבחור את השורות הזוגיות, נשתמש במספר השורה הנוכחית ונכפיל ב-2. צריך רק לשים לב שאם יש שורת כותרת אז יש היסט של 1 ולכן נפחית 1 ממספר השורה. עכשיו יש לנו את מספר השורה, והעמודה היא קבועה, למשל 1, פשוט נשלוף את ערך התא על ידי שימוש ב INDIRECT ו-ADDRESS:<br />
<img src="/assets/uploads/files/1589404715898-eca9cd63-d682-41f0-861b-cc3124464a61-%D7%AA%D7%9E%D7%95%D7%A0%D7%94.png" alt="eca9cd63-d682-41f0-861b-cc3124464a61-תמונה.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">אתה בטח יכול לחשב מה הנוסחה בעמודה הבאה (בתא הראשון)</p>
<pre><code>=INDIRECT(ADDRESS((ROW(C2)-1)*2,1))
</code></pre>
<p dir="auto">שים לב ששם הפחתתי 1 לפני ההכפלה</p>
]]></description><link>https://tchumim.com/post/101129</link><guid isPermaLink="true">https://tchumim.com/post/101129</guid><dc:creator><![CDATA[OdedDvir]]></dc:creator><pubDate>Wed, 13 May 2020 21:21:15 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Wed, 13 May 2020 21:13:16 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1589404364155-15481253-3365-4184-a859-612f7a856c2b-image.png" alt="15481253-3365-4184-a859-612f7a856c2b-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">מה עם זה???</p>
]]></description><link>https://tchumim.com/post/101123</link><guid isPermaLink="true">https://tchumim.com/post/101123</guid><dc:creator><![CDATA[גימפל]]></dc:creator><pubDate>Wed, 13 May 2020 21:13:16 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Wed, 13 May 2020 21:06:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/odeddvir">@<bdi>OdedDvir</bdi></a> צירפתי דוגמא<br />
<a href="/assets/uploads/files/1589403919456-simple.xlsx">simple.xlsx</a></p>
]]></description><link>https://tchumim.com/post/101119</link><guid isPermaLink="true">https://tchumim.com/post/101119</guid><dc:creator><![CDATA[יוזר]]></dc:creator><pubDate>Wed, 13 May 2020 21:06:56 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Wed, 13 May 2020 21:04:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%92%D7%99%D7%9E%D7%A4%D7%9C">@<bdi>גימפל</bdi></a> אמר ב<a href="/post/101107">עזרה באקסל- חילוק עמודה</a>:</p>
<blockquote>
<p dir="auto"><img src="/assets/uploads/files/1589402947078-1ddbb54f-8cba-47c2-934d-0f06b333c520-image.png" alt="1ddbb54f-8cba-47c2-934d-0f06b333c520-image.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1589403012001-9e4c3208-0146-4317-a21c-5bd732daf692-image.png" alt="9e4c3208-0146-4317-a21c-5bd732daf692-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">לזה אתה מתכוון????</p>
</blockquote>
<p dir="auto">לא. כרגע יש לי עמודה אחת שהנתונים בה אמורים להיות בשתי עמודות, שם, מספר.<br />
כעת זה בשורות<br />
שם<br />
מספר<br />
שם<br />
מספר<a href="/assets/uploads/files/1589403861656-simple.xlsx">simple.xlsx</a></p>
]]></description><link>https://tchumim.com/post/101116</link><guid isPermaLink="true">https://tchumim.com/post/101116</guid><dc:creator><![CDATA[יוזר]]></dc:creator><pubDate>Wed, 13 May 2020 21:04:45 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Wed, 13 May 2020 21:02:39 GMT]]></title><description><![CDATA[<p dir="auto">אני נוטה לכיוון מספרי שורות, כיון שאם נלך לכיוון טקסט ומספרים, זה יהיה פחות חד משמעי.<br />
<a href="/assets/uploads/files/1589403753206-simple.xlsx">simple.xlsx</a></p>
]]></description><link>https://tchumim.com/post/101115</link><guid isPermaLink="true">https://tchumim.com/post/101115</guid><dc:creator><![CDATA[יוזר]]></dc:creator><pubDate>Wed, 13 May 2020 21:02:39 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Wed, 13 May 2020 20:50:53 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1589402947078-1ddbb54f-8cba-47c2-934d-0f06b333c520-image.png" alt="1ddbb54f-8cba-47c2-934d-0f06b333c520-image.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1589403012001-9e4c3208-0146-4317-a21c-5bd732daf692-image.png" alt="9e4c3208-0146-4317-a21c-5bd732daf692-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">לזה אתה מתכוון????</p>
]]></description><link>https://tchumim.com/post/101107</link><guid isPermaLink="true">https://tchumim.com/post/101107</guid><dc:creator><![CDATA[גימפל]]></dc:creator><pubDate>Wed, 13 May 2020 20:50:53 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Wed, 13 May 2020 20:47:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%99%D7%95%D7%96%D7%A8">@<bdi>יוזר</bdi></a> תסביר בבקשה<br />
האם זה תלוי רק במספר השורה (שורות זוגיות או אי-זוגיות)<br />
או בסוג הנתון המדובר (מספר או טקסט)<br />
לכל אפשרות פתרון אחר.</p>
]]></description><link>https://tchumim.com/post/101105</link><guid isPermaLink="true">https://tchumim.com/post/101105</guid><dc:creator><![CDATA[OdedDvir]]></dc:creator><pubDate>Wed, 13 May 2020 20:47:26 GMT</pubDate></item><item><title><![CDATA[Reply to עזרה באקסל- חילוק עמודה on Wed, 13 May 2020 20:43:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D7%99%D7%95%D7%96%D7%A8">@<bdi>יוזר</bdi></a> אתה יכול להעלות דוגמא?<br />
או לשלוח למייל שבחתימה..</p>
]]></description><link>https://tchumim.com/post/101103</link><guid isPermaLink="true">https://tchumim.com/post/101103</guid><dc:creator><![CDATA[אוריי]]></dc:creator><pubDate>Wed, 13 May 2020 20:43:17 GMT</pubDate></item></channel></rss>