Step by Step - Named Ranges in Excel
excel·@theexcelclub·
0.000 HBDStep by Step - Named Ranges in Excel
<p><center>Before we really get stuck into this article please go ahead and download the workbooks so that you can practice along step by step. There is no email or sign up to download the files. This training is free for all and the best way to learn Excel is to practice along.</center></p> <center>Wanna learn more from us, there is a newsletter sign up at the end of the post and we are the only Excel blog in the world where you can earn while you learn.</center></p> <a role="button" href="https://www.dropbox.com/sh/wupp6vfogpchfkh/AABgue2T4-sx_oR_GioqC-JVa?dl=0" target="_blank" rel="noopener noreferrer"> Download worbooks </a> <h2><a name="_Toc365287756"></a>Understanding Named Ranges in Excel</h2> To begin, open workbook 1-1 using Microsoft Excel. Named ranges in Excel are labels that you can assign to individual cells or cell ranges. This allows you to use range names anywhere you would use a cell or cell range reference. For example, you can define the cell range C1:C45 as “Employees.” Now, whenever you need to enter that cell range, you don’t have to remember the exact cell range. You just need to type the name that you used to define it. In addition, range names use absolute cell references. This means if you copy a formula or use AutoFill when working with named ranges, the formula will maintain its original cell reference. Named ranges are most useful when working with formulas as they make them much more readable and improve their overall organization. In the sample workbook, cells A2 and B2 have each been given a name (Sales and Expenses, respectively). Click on cell C2. You can see the formula for that cell displayed in the formula bar: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr1-300x82.png" alt="" width="300" height="82" /><br/> Rather than cell references being used in the formula, there are named ranges. To someone working on this workbook for the first time, this formula is much more self-explanatory than “=A2–B2” would be. Perhaps what is most notable about named ranges is that they allow you to construct formulas before adding the data. When you are designing your worksheet, you can create formulas using names instead of traditional cell references, and then define the names for the corresponding ranges as data becomes available. For example, in the sample worksheet, click to select cell A5. As you can see, this formula (=productprice*productcount) results in a #NAME error. This error will remain visible until both named ranges in the formula have been defined: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr2-300x139.png" alt="" width="300" height="139" /><br/> Close Microsoft Excel 2013 without saving any changes that you may have made. <h2><a name="_Toc365287757"></a>Defining Named Ranges in Excel</h2> To begin, open workbook 1-2 using Microsoft Excel. To define a range name in Excel, you first need to select the cell or range of cells that you would like to work with. For this example, select cells A2-A4 in the sample workbook. Next, click Formulas → Define Name (not the drop-down arrow): <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr3-1024x261.png" alt="" width="1024" height="261" /><br/> This action will open the New Name dialog box. Here, you can give the new range a name, select which part(s) of your workbook that this range will reference, and add comments. By default, if the cells are all in one row or column, the Name field will be filled in with that column or row’s header (if one has been defined). In this example, you can see that the Sales header has been inserted into the Name field. Leave the default settings unchanged and click OK to apply the new named range: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr4-300x227.png" alt="" width="300" height="227" /><br/> You will now be returned to the worksheet you’ve been working with. Repeat the above steps to define “Expenses” as the named range for cells B2-B4: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr5-300x122.png" alt="" width="300" height="122" /><br/> You will now see that the formula that was based upon named ranges has changed to incorporate the values you just defined: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/Nr6-300x133.png" alt="" width="300" height="133" /><br/> Save the changes that you have made to the current workbook and close Microsoft Excel 2013. <h2><a name="_Toc365287758"></a>Editing Named Ranges in Excel</h2> To begin, open workbook 1-3 using Microsoft Excel. Once a named range has been defined, you can see the name in the name box (next to the formula bar) when the cell or cell range in question has been selected. For this example, select cells A2-A4. You will see that they have been named “Sales:” <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr7-300x144.png" alt="" width="300" height="144" /><br/> To quickly select a named range in the current workbook, click on the name box arrow and select one of the options listed. For this example, choose Expenses: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr17-300x133.png" alt="" width="300" height="133" /><br/> The entire Expenses range is now selected: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr8-300x149.png" alt="" width="300" height="149" /><br/> The data within this range may now be modified in any way that you would like. If you insert rows or columns into the range, they will automatically be incorporated. To modify the named ranges themselves, click Formulas → Name Manager: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr9-1024x120.png" alt="" width="1024" height="120" /><br/> The Name Manager dialog will be displayed. Here, you will see all named ranges inside the current workbook: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/Nr10-300x233.png" alt="" width="300" height="233" /><br/> Let’s edit the Expenses range. Click its name to select it and then click Edit: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr11-300x76.png" alt="" width="300" height="76" /><br/> The Edit Name dialog will now be displayed. Here, you will see controls to change the name, add comments, and change the range of cells: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr12-300x227.png" alt="" width="300" height="227" /><br/> Click Cancel to return to the Name Manager without saving any changes. In the Name Manager, click Close to return to the Excel window. Close Microsoft Excel without saving any changes that you may have made. <h2><a name="_Toc365287759"></a>Deleting Named Ranges in Excel</h2> To begin, open workbook 1-4 using Microsoft Excel. To delete a named range, you first need to open the Name Manager. Do this by clicking Formulas → Name Manager: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr13-1024x120.png" alt="" width="1024" height="120" /><br/> When the Name Manager dialog box opens, you will see all of the named ranges in the current workbook. Delete the Expenses named range by selecting it from the list and then clicking the Delete button: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr14-300x69.png" alt="" width="300" height="69" /><br/> A warning dialog will then be displayed that asks you to confirm the operation. Click OK: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr15-300x136.png" alt="" width="300" height="136" /><br/> Deleting a named range is a permanent action. You cannot directly recover a named range that you deleted. However, if it was a recent action, it can be undone using the Undo command. You will now be returned to the Name Manager. Here, you will see that the Expenses range has been deleted. Click Close to return to the primary Excel 2013 window: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr16-300x233.png" alt="" width="300" height="233" /><br/> Because the formula in the Profit column uses the Expenses named range, it will now display a #NAME? error. Save the changes that you have made to the current workbook and close Microsoft Excel. <a name="_Toc365287760"></a> <h2>Using Named Ranges in Excel Formulas</h2> To begin, open workbook 1-5 using Microsoft Excel. To use named ranges in formulas, begin with an equals sign like any formula. For this example, select cell C2 and then type an equals sign in the formula bar: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr18-300x129.png" alt="" width="300" height="129" /><br/> Next, start typing the name of the named range that you would like to use. For this example, start typing “Sales.” A drop-down list will be displayed with a number of suggestions to choose from. Double-click Sales: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr19-300x194.png" alt="" width="300" height="194" /><br/> After a named range has been typed into the formula bar, it will be color coded: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr20-300x128.png" alt="" width="300" height="128" /><br/> Next, you need to add an operator. For this example, type a minus sign (-): <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr21-300x140.png" alt="" width="300" height="140" /><br/> Add the Expenses named range by typing it out fully. Once it is written out entirely, it will also appear color-coded: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr22-300x130.png" alt="" width="300" height="130" /><br/> Press Enter to apply the new formula. The results will be displayed immediately: <img src="https://theexcelclub.com/wp-content/uploads/2017/07/nr24-300x130.png" alt="" width="300" height="130" /><br/> Save the changes that you have made to the current workbook and close Microsoft Excel. <h3><center>Take A FREE course with us Today!</center></h3> <a href="https://courses.theexcelclub.com/courses/practical-beginner-excel-365"><img src="https://theexcelclub.com/wp-content/uploads/2019/01/beginner-excel-259x300.png" alt="FREE beginner excel training" width="259" height="300" /><br/></a> <center>The Ultimate Excel Formulas Course</center></h3> * includes XLOOKUP and will soon include Dynamic Arrays <a href="https://courses.theexcelclub.com/courses/the-ultimate-excel-formulas-course-excel-365"><img src="https://theexcelclub.com/wp-content/uploads/2019/09/excel-365-formulas-course-254x300.png" alt="" width="254" height="300" /><br/></a> <center>Become a Power Pivot Hero</center></h3> <a href="https://courses.theexcelclub.com/courses/power-pivot-excel-365-from-zero-to-hero" data-elementor-open-lightbox=""><img src="https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/01/power-pivot.png?fit=441%2C513&ssl=1" sizes="(max-width: 441px) 100vw, 441px" srcset="https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/01/power-pivot.png?w=441&ssl=1 441w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/01/power-pivot.png?resize=258%2C300&ssl=1 258w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/01/power-pivot.png?resize=410%2C477&ssl=1 410w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/01/power-pivot.png?resize=100%2C116&ssl=1 100w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/01/power-pivot.png?resize=275%2C320&ssl=1 275w" alt="Power Pivot online training course" width="441" height="513" data-lazy-loaded="1" /><br/></a> <center>GET and TRANSFORM DATA like a PRO</center></h3> <strong>Power Query Excel 365</strong> <a href="https://courses.theexcelclub.com/courses/power-query-excel-365-get-and-transform-data" data-elementor-open-lightbox=""><img src="https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/10/power-query.png?fit=432%2C455&ssl=1" sizes="(max-width: 432px) 100vw, 432px" srcset="https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/10/power-query.png?w=432&ssl=1 432w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/10/power-query.png?resize=285%2C300&ssl=1 285w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/10/power-query.png?resize=410%2C432&ssl=1 410w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/10/power-query.png?resize=100%2C105&ssl=1 100w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/10/power-query.png?resize=275%2C290&ssl=1 275w" alt="" width="432" height="455" data-lazy-loaded="1" /><br/></a> <center>Learn DAX for Power Pivot and Power BI</center></h3> <a href="https://courses.theexcelclub.com/courses/master-dax-fundamentals-power-bi-amp-power-pivot" data-elementor-open-lightbox=""><img src="https://i0.wp.com/theexcelclub.com/wp-content/uploads/2017/05/1.0.png?fit=434%2C460&ssl=1" sizes="(max-width: 434px) 100vw, 434px" srcset="https://i0.wp.com/theexcelclub.com/wp-content/uploads/2017/05/1.0.png?w=434&ssl=1 434w, https://i0.wp.com/theexcelclub.com/wp-content/uploads/2017/05/1.0.png?resize=283%2C300&ssl=1 283w, https://i0.wp.com/theexcelclub.com/wp-content/uploads/2017/05/1.0.png?resize=410%2C435&ssl=1 410w, https://i0.wp.com/theexcelclub.com/wp-content/uploads/2017/05/1.0.png?resize=100%2C106&ssl=1 100w, https://i0.wp.com/theexcelclub.com/wp-content/uploads/2017/05/1.0.png?resize=275%2C291&ssl=1 275w" alt="DAX for powerpivot course" width="434" height="460" data-lazy-loaded="1" /><br/></a> <h4><center><strong>Best Value Excel and Excel Power Tool Learning. Access All Areas, Unlimited Learning Subscription</strong></center></h4> <a href="https://courses.theexcelclub.com/courses/access-all-areas"><img src="https://theexcelclub.com/wp-content/uploads/2019/09/access-all-areas-262x300.png" alt="" width="262" height="300" /><br/></a> <center><strong>SIGN UP FOR OUR NEWSLETTER TODAY – GET EXCEL TIPS TRICKS AND LEARN AND EARN ACTIVITIES TO YOUR INBOX</strong></center></h4> <a role="button" href="https://theexcelclub.newzenler.com/f/email-signup">SIGN UP</a> <h3></h3> <h3></h3> <h3></h3> <center>Take A FREE course with us Today!</center></h3> <a href="https://courses.theexcelclub.com/courses/practical-beginner-excel-365"><img src="https://theexcelclub.com/wp-content/uploads/2019/01/beginner-excel-259x300.png" alt="FREE beginner excel training" width="259" height="300" /><br/></a> <center>The Ultimate Excel Formulas Course</center></h3> * includes XLOOKUP and will soon include Dynamic Arrays <a href="https://courses.theexcelclub.com/courses/the-ultimate-excel-formulas-course-excel-365"><img src="https://theexcelclub.com/wp-content/uploads/2019/09/excel-365-formulas-course-254x300.png" alt="" width="254" height="300" /><br/></a> <center>Become a Power Pivot Hero</center></h3> <a href="https://courses.theexcelclub.com/courses/power-pivot-excel-365-from-zero-to-hero" data-elementor-open-lightbox=""><img src="https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/01/power-pivot.png?fit=441%2C513&ssl=1" sizes="(max-width: 441px) 100vw, 441px" srcset="https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/01/power-pivot.png?w=441&ssl=1 441w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/01/power-pivot.png?resize=258%2C300&ssl=1 258w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/01/power-pivot.png?resize=410%2C477&ssl=1 410w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/01/power-pivot.png?resize=100%2C116&ssl=1 100w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/01/power-pivot.png?resize=275%2C320&ssl=1 275w" alt="Power Pivot online training course" width="441" height="513" data-lazy-loaded="1" /><br/></a> <center>GET and TRANSFORM DATA like a PRO</center></h3> <strong>Power Query Excel 365</strong> <a href="https://courses.theexcelclub.com/courses/power-query-excel-365-get-and-transform-data" data-elementor-open-lightbox=""><img src="https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/10/power-query.png?fit=432%2C455&ssl=1" sizes="(max-width: 432px) 100vw, 432px" srcset="https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/10/power-query.png?w=432&ssl=1 432w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/10/power-query.png?resize=285%2C300&ssl=1 285w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/10/power-query.png?resize=410%2C432&ssl=1 410w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/10/power-query.png?resize=100%2C105&ssl=1 100w, https://i1.wp.com/theexcelclub.com/wp-content/uploads/2019/10/power-query.png?resize=275%2C290&ssl=1 275w" alt="" width="432" height="455" data-lazy-loaded="1" /><br/></a> <center>Learn DAX for Power Pivot and Power BI</center></h3> <a href="https://courses.theexcelclub.com/courses/master-dax-fundamentals-power-bi-amp-power-pivot" data-elementor-open-lightbox=""><img src="https://i0.wp.com/theexcelclub.com/wp-content/uploads/2017/05/1.0.png?fit=434%2C460&ssl=1" sizes="(max-width: 434px) 100vw, 434px" srcset="https://i0.wp.com/theexcelclub.com/wp-content/uploads/2017/05/1.0.png?w=434&ssl=1 434w, https://i0.wp.com/theexcelclub.com/wp-content/uploads/2017/05/1.0.png?resize=283%2C300&ssl=1 283w, https://i0.wp.com/theexcelclub.com/wp-content/uploads/2017/05/1.0.png?resize=410%2C435&ssl=1 410w, https://i0.wp.com/theexcelclub.com/wp-content/uploads/2017/05/1.0.png?resize=100%2C106&ssl=1 100w, https://i0.wp.com/theexcelclub.com/wp-content/uploads/2017/05/1.0.png?resize=275%2C291&ssl=1 275w" alt="DAX for powerpivot course" width="434" height="460" data-lazy-loaded="1" /><br/></a> <center><strong>Best Value Excel and Excel Power Tool Learning. Access All Areas, Unlimited Learning Subscription</strong></center></h4> <a href="https://courses.theexcelclub.com/courses/access-all-areas"><img src="https://theexcelclub.com/wp-content/uploads/2019/09/access-all-areas-262x300.png" alt="" width="262" height="300" /><br/></a> <center><strong>SIGN UP FOR OUR NEWSLETTER TODAY – GET EXCEL TIPS TRICKS AND LEARN AND EARN ACTIVITIES TO YOUR INBOX</strong></center></h4> <a role="button" href="https://theexcelclub.newzenler.com/f/email-signup">SIGN UP</a> <h2><center><strong>Sign up to my newsletter for Excel and Power BI Tips, Ticks and Hacks</strong></center></h2> <a role="button" href="https://theexcelclub.newzenler.com/f/sign-up-for-newsletter"> Sign Up </a> <center>In return for this Tip - Lets get started with Named Ranges in Excel - I ask that you share this post or the video with your friends and colleagues</center></h4> <h2>Learn and Earn Activity</h2> <ol> <li> <h6>Now that you have an understanding of Named Ranges, consider the spreadsheets you work with. Describe a workbook and a situation where you could now use Named Ranges? Leave your answer in the comments section below to be eligible for rewards.</h6> </li> <li> <h6>Have you any questions on Named Ranges, or feedback on this post? If so please use the comments below and you could earn STEEM rewards.</h6> </li> </ol> <img src="https://theexcelclub.com/wp-content/uploads/2019/05/3W72119s5BjW4PvRk9nXC1RsHWxNoWjhqsdMpcQprHFmWw1KJHFgGGmCoTxU7b2FGESXffyQhm3naKJu14B83hxEBxR2hCerEnimpMawEiKKb6yJgcHFEm.gif" alt="" width="960" height="540" /><br/> <h5><center><strong>Now there is value in Learning with The Excel Club and our Learn and Earn activities.</strong></center></h5> <center><strong>We are the first Excel, PowerBI and DAX blog in the world where you can Earn while you Learn.</strong></center></p> <h6 style="text-align: center;"><a href="https://theexcelclub.com/learn-and-earn-steem-activities/">Find out more now and start earning while you are learning Excel and Power BI</a></h6> <br /><center><hr/><em>Cross posted from my blog with <a href='https://wordpress.org/plugins/steempress/'>SteemPress</a> : https://theexcelclub.com/step-by-step-named-ranges-in-excel/ </em><hr/></center>
👍 steeming-hot, mercifullord, supu, xyzashu, mehta, laissez-faire, accelerator, bukiland, abh12345, backscratcher, hattaarshavin, pouchon, sames, momogrow, reloadbeatbox, moemanmoesly, imredryan, akomoajong, shebe, syedumair, mitchadventures, californiacrypto, jlordc, lunaticpandora, aibolit66, wrecktangle27, oadissin, rativiv, rawn, mimidee74, midlet, rightwing670, ifeoluwa88, lilcryptita, vanoss, inature, trueexpressions, paleotwist, tronicbear, juvyjabian, sinzzer, wilx, shitsignals, madstacks, dse, aferrell, rosatravels, mattroconnor, cryptosharon, limelightmg, greendeliverence, ronaldoavelino, emsonic, marfonso, glastar, ferrate, brada2550, hans001, cryptofiloz, p1eter, itisfinished, lordneroo, world-travel-pro, pataty69, sisygoboom, mindtrap, aduwahsp, metama, chrstnv, joelsegovia, salimbur, tiffcisme, atnazo, jimbi, nureza, snuff1, tankometry, jetometry, rockstarbm, cryptokos, jackramsey, x-tech, alexvanaken, red-devils, trydice, kajmiere, martusamak, joaorafael, bhaski, rafaelmonteiro, helpie, myotherstuff, daan, redrica, carrieallen, hz432creations, art-mess, socent, eonwarped, pechichemena, kernelillo, luisferchav, soulturtle, mountainjewel, hazem91, spawnband, veckinon, bembelmaniac, free-reign, misterro, preventsuicide, potplucker, adesojisouljay, juandvg, doomsdaychassis, derangedvisions, big-m, yelbosco, solominer, kbr, shookriya, frejafri, blewitt, lillywilton, zainenn, bobby.madagascar, donefezy, zaxan-blog, ghostdylan, erikaflynn, otage, mamun123456, onepercentbetter, mrsbozz, hungrybear, markaustin, swisswitness, theexcelclub, dark.light, paulag, princessamber, travelnepal, roncoejr, thomasbrown, pasie15, theestateof.mind, drag33, clayboyn, lagtv, lagtvgames, siomarasalmeron, sharkface, jokeskay, cryptoxicate, minhaz007, darkline, leduc1984, linakay, lordgod, hermannsol, jluvs2fly, ketcom, runicar, ocupation, daltono, abrockman, steemturbo, trevonjb, mcoinz79, cflclosers, infidel1258, gascap9000, ashikstd, hiatus, pyemoney, foreversteem, cbenton92, coreyssteemit77, rymlen, kenanqhd, aftabkhan10, numberofthingz, udezee, atmospheric-haze, urme33, rcoeiii, duane.dos, agarde420, inespereira, jayna, trevorpetrie, taskmaster4450, conradsuperb, edwardstobia, gandhibaba, truce, yestermorrow, raoufwilly, dernan, seanlloyd, hornetmusic, dog11, amymya, happyphoenix, chimzycash, gharrington44, travelingannika, bennettitalia, anarcho-andrei, verhp11, blockurator, flatearth, ekqwel22, greatvideos, marysemciver, omitaylor, fredkese, tipu, dbooster, tulwave, evecab, asonintrigue, musicvoter, infamousit, wolfnworbeikood, cinelonga, sussexmusicfest, musiciansupport, bendismuzik, gjart, indusrush, archaimusic, breakoutthecrazy, fl15, skaarl, twanz, a0i, kentonlee, bretho, n32mente, soulfulfox, whymonkey, ogsenti, emsteemians, xenberg, steemlink, lorax4096, adyorka, camuel, arleneferns, bdvoter, rustle, eternalsuccess, rolladice, evanescence, spydo, therising, meedo, rocky1, manu29, appreciator, booster, cubapl, etcmike, albanna, alexei83, nikulinsb, kofibeatz, pierlave, balor, andristechnews, detlev, steempress, chuuuckie, steempress-io, jason7282, andreasgrubhofer, abinata, atanas007, mytechtrail, nnex, passion-fruit, fortune-master, dniceguy, cjfromao29, jean2001, chatitsimo, boukdir, aamirqazi, bue, qonq99, pedrohmc23, crazy-facts, circa, imadd, new-world-steem, jesus-elias05, yroslav94, yunaremaia, o4wx, limka, abh12345.stem, yggdrasil.laguna, fragmentarion, coyotelation, zorg67, stem.curate, tute,