<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ワークシート関数 アーカイブ | Excelを制する者は人生を制す</title>
	<atom:link href="https://excel-master.net/category/worksheet-function/feed/" rel="self" type="application/rss+xml" />
	<link>https://excel-master.net/category/worksheet-function/</link>
	<description>Excelで消耗する人を減らすために各種ノウハウを展開中。あなたのExcelスキルの向上が、働き方改革・データドリブン・DXを実現する第一歩です。</description>
	<lastBuildDate>Thu, 24 Jan 2019 14:22:05 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>

<image>
	<url>https://excel-master.net/wp-content/uploads/2021/12/Excelブログ_ファビコン.png</url>
	<title>ワークシート関数 アーカイブ | Excelを制する者は人生を制す</title>
	<link>https://excel-master.net/category/worksheet-function/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">47145981</site>	<item>
		<title>REPT関数とCOUNTIF関数を組み合わせて文字列で簡易グラフを作成する方法</title>
		<link>https://excel-master.net/worksheet-function/rept-and-countif/</link>
					<comments>https://excel-master.net/worksheet-function/rept-and-countif/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Mon, 08 Sep 2014 21:06:01 +0000</pubDate>
				<category><![CDATA[ワークシート関数]]></category>
		<category><![CDATA[COUNTIF関数]]></category>
		<category><![CDATA[REPT関数]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=4056</guid>

					<description><![CDATA[<p>先日REPT関数で特定の文字列を指定した回数分繰り返し表示する方法について解説しました。 REPT関数で特定の文字列を指定した回数分繰り返し表示する方法 &#124; Excelを制する者は人生を制す　～No Excel No L [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/worksheet-function/rept-and-countif/">REPT関数とCOUNTIF関数を組み合わせて文字列で簡易グラフを作成する方法</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/worksheet-function/rept-and-countif/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4056</post-id>	</item>
		<item>
		<title>REPT関数で特定の文字列を指定した回数分繰り返し表示する方法</title>
		<link>https://excel-master.net/worksheet-function/rept/</link>
					<comments>https://excel-master.net/worksheet-function/rept/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Mon, 01 Sep 2014 21:02:44 +0000</pubDate>
				<category><![CDATA[ワークシート関数]]></category>
		<category><![CDATA[REPT関数]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=3982</guid>

					<description><![CDATA[<p>メールのテンプレートなど、Excelワークシート上で文字列をすべて関数で制御している方もいるかと思います。 一文の中に特定の文字を繰り返したい場合があった際、ExcelにはREPT関数という文字列操作の関数が用意されてい [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/worksheet-function/rept/">REPT関数で特定の文字列を指定した回数分繰り返し表示する方法</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/worksheet-function/rept/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3982</post-id>	</item>
		<item>
		<title>誤差・精度を知りたい場合に有効！ABS関数で絶対値を求める方法</title>
		<link>https://excel-master.net/worksheet-function/abs/</link>
					<comments>https://excel-master.net/worksheet-function/abs/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Mon, 18 Aug 2014 21:11:06 +0000</pubDate>
				<category><![CDATA[ワークシート関数]]></category>
		<category><![CDATA[ABS関数]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=3805</guid>

					<description><![CDATA[<p>Excelで誤差や精度を知りたい場合、絶対値を求めるとわかりやすいです。 つまり、四則演算（主に減算・除算）の結果で正負の記号を取り除くということです。 私はいままで四則演算やIF関数を組み合わせて「マイナスの値になった [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/worksheet-function/abs/">誤差・精度を知りたい場合に有効！ABS関数で絶対値を求める方法</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/worksheet-function/abs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3805</post-id>	</item>
		<item>
		<title>OFFSET関数とMATCH関数を組み合わせてSUM関数やAVERAGE関数の範囲を可変にする方法</title>
		<link>https://excel-master.net/worksheet-function/offset-and-match-range-variability/</link>
					<comments>https://excel-master.net/worksheet-function/offset-and-match-range-variability/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Sun, 10 Aug 2014 20:00:56 +0000</pubDate>
				<category><![CDATA[ワークシート関数]]></category>
		<category><![CDATA[MATCH関数]]></category>
		<category><![CDATA[OFFSET関数]]></category>
		<category><![CDATA[SUM関数]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=3696</guid>

					<description><![CDATA[<p>先日OFFSET関数とMATCH関数を組み合わせてVLOOKUP関数より柔軟に表から検索値を返す方法について解説しました。 OFFSET関数とMATCH関数を組み合わせてVLOOKUP関数より柔軟に表から検索値を返す方法 [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/worksheet-function/offset-and-match-range-variability/">OFFSET関数とMATCH関数を組み合わせてSUM関数やAVERAGE関数の範囲を可変にする方法</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/worksheet-function/offset-and-match-range-variability/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3696</post-id>	</item>
		<item>
		<title>OFFSET関数とMATCH関数を組み合わせてVLOOKUP関数より柔軟に表から検索値を返す方法</title>
		<link>https://excel-master.net/worksheet-function/offset-and-match/</link>
					<comments>https://excel-master.net/worksheet-function/offset-and-match/#comments</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Mon, 04 Aug 2014 19:49:19 +0000</pubDate>
				<category><![CDATA[ワークシート関数]]></category>
		<category><![CDATA[MATCH関数]]></category>
		<category><![CDATA[OFFSET関数]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=3614</guid>

					<description><![CDATA[<p>先日OFFSET関数で指定のセルから指定の行数・列数をスライドした先のセルの値を参照する方法について解説しました。 OFFSET関数で指定のセルから指定の行数・列数をスライドした先のセルの値を参照する方法 &#124; Excel [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/worksheet-function/offset-and-match/">OFFSET関数とMATCH関数を組み合わせてVLOOKUP関数より柔軟に表から検索値を返す方法</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/worksheet-function/offset-and-match/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3614</post-id>	</item>
		<item>
		<title>OFFSET関数で指定のセルから指定の行数・列数をスライドした先のセルの値を参照する方法</title>
		<link>https://excel-master.net/worksheet-function/offset/</link>
					<comments>https://excel-master.net/worksheet-function/offset/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Mon, 28 Jul 2014 20:54:29 +0000</pubDate>
				<category><![CDATA[ワークシート関数]]></category>
		<category><![CDATA[OFFSET関数]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=3521</guid>

					<description><![CDATA[<p>Excel上級者となると、表の構成によって起点となるセルからスライドさせたセルの値が必要となるケースがあります。 そんなときに柔軟に動いてくれる便利な関数のひとつとしてOFFSET関数があげられます。 今回はOFFSET [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/worksheet-function/offset/">OFFSET関数で指定のセルから指定の行数・列数をスライドした先のセルの値を参照する方法</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/worksheet-function/offset/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3521</post-id>	</item>
		<item>
		<title>SUMPRODUCT関数とLEFT関数などの文字列関数と組み合わせて一部条件に合ったデータを合計する方法</title>
		<link>https://excel-master.net/worksheet-function/sumproduct-left/</link>
					<comments>https://excel-master.net/worksheet-function/sumproduct-left/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Fri, 23 May 2014 14:04:55 +0000</pubDate>
				<category><![CDATA[ワークシート関数]]></category>
		<category><![CDATA[SUMPRODUCT関数]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=2769</guid>

					<description><![CDATA[<p>前回SUMPRODUCT関数で複数条件に合ったデータを合計する方法について解説しました。 SUMPRODUCT関数で複数条件に合ったデータを合計する方法 &#124; Excelを制する者は人生を制す　～No Excel No L [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/worksheet-function/sumproduct-left/">SUMPRODUCT関数とLEFT関数などの文字列関数と組み合わせて一部条件に合ったデータを合計する方法</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/worksheet-function/sumproduct-left/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2769</post-id>	</item>
		<item>
		<title>SUMPRODUCT関数で複数条件に合ったデータを合計する方法</title>
		<link>https://excel-master.net/worksheet-function/sumproduct-sum/</link>
					<comments>https://excel-master.net/worksheet-function/sumproduct-sum/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Thu, 22 May 2014 14:44:07 +0000</pubDate>
				<category><![CDATA[ワークシート関数]]></category>
		<category><![CDATA[SUMIFS関数]]></category>
		<category><![CDATA[SUMPRODUCT関数]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=2756</guid>

					<description><![CDATA[<p>前回はSUMPRODUCT関数で複数条件をカウントする方法について解説しました。 SUMPRODUCT関数で複数条件をカウントする方法 &#124; Excelを制する者は人生を制す　～No Excel No Life～ SUMP [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/worksheet-function/sumproduct-sum/">SUMPRODUCT関数で複数条件に合ったデータを合計する方法</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/worksheet-function/sumproduct-sum/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2756</post-id>	</item>
		<item>
		<title>SUMPRODUCT関数で複数条件をカウントする方法</title>
		<link>https://excel-master.net/worksheet-function/sumproduct-count/</link>
					<comments>https://excel-master.net/worksheet-function/sumproduct-count/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Wed, 21 May 2014 14:18:55 +0000</pubDate>
				<category><![CDATA[ワークシート関数]]></category>
		<category><![CDATA[COUNTIFS関数]]></category>
		<category><![CDATA[SUMPRODUCT関数]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=2748</guid>

					<description><![CDATA[<p>前回SUMPRODUCT関数で配列内の要素の積の合計を算出する方法について解説しました。 SUMPRODUCT関数で配列内の要素の積の合計を算出する方法 &#124; Excelを制する者は人生を制す　～No Excel No L [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/worksheet-function/sumproduct-count/">SUMPRODUCT関数で複数条件をカウントする方法</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/worksheet-function/sumproduct-count/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2748</post-id>	</item>
		<item>
		<title>SUMPRODUCT関数で配列内の要素の積の合計を算出する方法</title>
		<link>https://excel-master.net/worksheet-function/sumproduct/</link>
					<comments>https://excel-master.net/worksheet-function/sumproduct/#respond</comments>
		
		<dc:creator><![CDATA[森田貢士]]></dc:creator>
		<pubDate>Tue, 20 May 2014 14:14:14 +0000</pubDate>
				<category><![CDATA[ワークシート関数]]></category>
		<category><![CDATA[SUMPRODUCT関数]]></category>
		<guid isPermaLink="false">https://excel-master.net/?p=2736</guid>

					<description><![CDATA[<p>Excelで数値を扱う表では、表の中の各データ群を計算することが多いでしょう。 よく見受けられるのは四則演算を必要に応じて行い、その結果をSUM関数などで合計値を出すというケースですね。 しかし、表の形式によっては合計値 [&#8230;]</p>
<p>投稿 <a href="https://excel-master.net/worksheet-function/sumproduct/">SUMPRODUCT関数で配列内の要素の積の合計を算出する方法</a> は <a href="https://excel-master.net">Excelを制する者は人生を制す</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://excel-master.net/worksheet-function/sumproduct/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2736</post-id>	</item>
	</channel>
</rss>
