<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ccn-wiki.caset.buffalo.edu/index.php?action=history&amp;feed=atom&amp;title=Excel_Formulas</id>
	<title>Excel Formulas - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ccn-wiki.caset.buffalo.edu/index.php?action=history&amp;feed=atom&amp;title=Excel_Formulas"/>
	<link rel="alternate" type="text/html" href="https://ccn-wiki.caset.buffalo.edu/index.php?title=Excel_Formulas&amp;action=history"/>
	<updated>2026-04-09T05:38:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://ccn-wiki.caset.buffalo.edu/index.php?title=Excel_Formulas&amp;diff=1393&amp;oldid=prev</id>
		<title>Chris: /* Letter Grade Conversion */</title>
		<link rel="alternate" type="text/html" href="https://ccn-wiki.caset.buffalo.edu/index.php?title=Excel_Formulas&amp;diff=1393&amp;oldid=prev"/>
		<updated>2017-12-21T17:33:25Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Letter Grade Conversion&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:33, 21 December 2017&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==Letter Grade Conversion==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==Letter Grade Conversion==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Here is a formula for converting a percentage to a letter grade. Here, the percentage score is in column Z (row 2), and this formula would be pasted into the cell to the immediate right (column AA):&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Here is a formula for converting a percentage to a letter grade &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;using the score breakdown at UWO&lt;/ins&gt;. Here, the percentage score is in column Z (row 2), and this formula would be pasted into the cell to the immediate right (column AA):&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;  =IF(Z2&amp;gt;=90,&amp;quot;A&amp;quot;,IF(Z2&amp;gt;=85,&amp;quot;A-&amp;quot;,IF(Z2&amp;gt;=80,&amp;quot;B+&amp;quot;,IF(Z2&amp;gt;=75,&amp;quot;B&amp;quot;,IF(Z2&amp;gt;=70,&amp;quot;B-&amp;quot;,IF(Z2&amp;gt;=65,&amp;quot;C+&amp;quot;,IF(Z2&amp;gt;=60,&amp;quot;C&amp;quot;,IF(Z2&amp;gt;=55,&amp;quot;C-&amp;quot;,IF(Z2&amp;gt;=50,&amp;quot;D&amp;quot;,&amp;quot;F&amp;quot;)))))))))&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;  =IF(Z2&amp;gt;=90,&amp;quot;A&amp;quot;,IF(Z2&amp;gt;=85,&amp;quot;A-&amp;quot;,IF(Z2&amp;gt;=80,&amp;quot;B+&amp;quot;,IF(Z2&amp;gt;=75,&amp;quot;B&amp;quot;,IF(Z2&amp;gt;=70,&amp;quot;B-&amp;quot;,IF(Z2&amp;gt;=65,&amp;quot;C+&amp;quot;,IF(Z2&amp;gt;=60,&amp;quot;C&amp;quot;,IF(Z2&amp;gt;=55,&amp;quot;C-&amp;quot;,IF(Z2&amp;gt;=50,&amp;quot;D&amp;quot;,&amp;quot;F&amp;quot;)))))))))&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Here&#039;s how the percentages convert to letter grades using the typical UB thresholds&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt; =IF(Z2&gt;=94,&quot;A&quot;,IF(Z2&gt;=90,&quot;A-&quot;,IF(Z2&gt;=87,&quot;B+&quot;,IF(Z2&gt;=83,&quot;B&quot;,IF(Z2&gt;=80,&quot;B-&quot;,IF(Z2&gt;=77,&quot;C+&quot;,IF(Z2&gt;=73,&quot;C&quot;,IF(Z2&gt;=70,&quot;C-&quot;,IF(Z2&gt;=65,&quot;D+&quot;,IF(Z2&gt;=60,&quot;D&quot;,&quot;F&quot;))))))))))&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Chris</name></author>
	</entry>
	<entry>
		<id>https://ccn-wiki.caset.buffalo.edu/index.php?title=Excel_Formulas&amp;diff=984&amp;oldid=prev</id>
		<title>Chris at 02:27, 1 June 2017</title>
		<link rel="alternate" type="text/html" href="https://ccn-wiki.caset.buffalo.edu/index.php?title=Excel_Formulas&amp;diff=984&amp;oldid=prev"/>
		<updated>2017-06-01T02:27:29Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:27, 31 May 2017&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;==Letter Grade Conversion==&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Here is a formula for converting a percentage to a letter grade. Here, the percentage score is in column Z (row 2), and this formula would be pasted into the cell to the immediate right (column AA):&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Here is a formula for converting a percentage to a letter grade. Here, the percentage score is in column Z (row 2), and this formula would be pasted into the cell to the immediate right (column AA):&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;  =IF(Z2&amp;gt;=90,&amp;quot;A&amp;quot;,IF(Z2&amp;gt;=85,&amp;quot;A-&amp;quot;,IF(Z2&amp;gt;=80,&amp;quot;B+&amp;quot;,IF(Z2&amp;gt;=75,&amp;quot;B&amp;quot;,IF(Z2&amp;gt;=70,&amp;quot;B-&amp;quot;,IF(Z2&amp;gt;=65,&amp;quot;C+&amp;quot;,IF(Z2&amp;gt;=60,&amp;quot;C&amp;quot;,IF(Z2&amp;gt;=55,&amp;quot;C-&amp;quot;,IF(Z2&amp;gt;=50,&amp;quot;D&amp;quot;,&amp;quot;F&amp;quot;)))))))))&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;  =IF(Z2&amp;gt;=90,&amp;quot;A&amp;quot;,IF(Z2&amp;gt;=85,&amp;quot;A-&amp;quot;,IF(Z2&amp;gt;=80,&amp;quot;B+&amp;quot;,IF(Z2&amp;gt;=75,&amp;quot;B&amp;quot;,IF(Z2&amp;gt;=70,&amp;quot;B-&amp;quot;,IF(Z2&amp;gt;=65,&amp;quot;C+&amp;quot;,IF(Z2&amp;gt;=60,&amp;quot;C&amp;quot;,IF(Z2&amp;gt;=55,&amp;quot;C-&amp;quot;,IF(Z2&amp;gt;=50,&amp;quot;D&amp;quot;,&amp;quot;F&amp;quot;)))))))))&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Chris</name></author>
	</entry>
	<entry>
		<id>https://ccn-wiki.caset.buffalo.edu/index.php?title=Excel_Formulas&amp;diff=982&amp;oldid=prev</id>
		<title>Chris: Chris moved page Excel Forumulas to Excel Formulas: Typo</title>
		<link rel="alternate" type="text/html" href="https://ccn-wiki.caset.buffalo.edu/index.php?title=Excel_Formulas&amp;diff=982&amp;oldid=prev"/>
		<updated>2017-06-01T02:26:56Z</updated>

		<summary type="html">&lt;p&gt;Chris moved page &lt;a href=&quot;/index.php/Excel_Forumulas&quot; class=&quot;mw-redirect&quot; title=&quot;Excel Forumulas&quot;&gt;Excel Forumulas&lt;/a&gt; to &lt;a href=&quot;/index.php/Excel_Formulas&quot; title=&quot;Excel Formulas&quot;&gt;Excel Formulas&lt;/a&gt;: Typo&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:26, 31 May 2017&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Chris</name></author>
	</entry>
	<entry>
		<id>https://ccn-wiki.caset.buffalo.edu/index.php?title=Excel_Formulas&amp;diff=980&amp;oldid=prev</id>
		<title>38.95.246.48: Created page with &quot;Here is a formula for converting a percentage to a letter grade. Here, the percentage score is in column Z (row 2), and this formula would be pasted into the cell to the immed...&quot;</title>
		<link rel="alternate" type="text/html" href="https://ccn-wiki.caset.buffalo.edu/index.php?title=Excel_Formulas&amp;diff=980&amp;oldid=prev"/>
		<updated>2017-05-24T18:35:03Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Here is a formula for converting a percentage to a letter grade. Here, the percentage score is in column Z (row 2), and this formula would be pasted into the cell to the immed...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here is a formula for converting a percentage to a letter grade. Here, the percentage score is in column Z (row 2), and this formula would be pasted into the cell to the immediate right (column AA):&lt;br /&gt;
 =IF(Z2&amp;gt;=90,&amp;quot;A&amp;quot;,IF(Z2&amp;gt;=85,&amp;quot;A-&amp;quot;,IF(Z2&amp;gt;=80,&amp;quot;B+&amp;quot;,IF(Z2&amp;gt;=75,&amp;quot;B&amp;quot;,IF(Z2&amp;gt;=70,&amp;quot;B-&amp;quot;,IF(Z2&amp;gt;=65,&amp;quot;C+&amp;quot;,IF(Z2&amp;gt;=60,&amp;quot;C&amp;quot;,IF(Z2&amp;gt;=55,&amp;quot;C-&amp;quot;,IF(Z2&amp;gt;=50,&amp;quot;D&amp;quot;,&amp;quot;F&amp;quot;)))))))))&lt;/div&gt;</summary>
		<author><name>38.95.246.48</name></author>
	</entry>
</feed>