{"id":5537,"date":"2023-04-12T14:59:21","date_gmt":"2023-04-12T14:59:21","guid":{"rendered":"https:\/\/www.bizinfograph.com\/resource\/?p=5537"},"modified":"2023-04-12T14:59:21","modified_gmt":"2023-04-12T14:59:21","slug":"how-to-create-multiple-option-in-a-drop-down","status":"publish","type":"post","link":"https:\/\/www.bizinfograph.com\/resource\/how-to-create-multiple-option-in-a-drop-down\/","title":{"rendered":"How to Create Multiple Selections option in a Drop Down List in Excel?"},"content":{"rendered":"<p>One of the most beneficial Excel features is drop-down lists. They enable you to compile a collection of things you can choose from. When you have a long list of options to choose from, this is very useful.<\/p>\n<p>Excel drop-down lists restrict users from choosing only one choice, though.<\/p>\n<p>This might be a problem if your spreadsheet requires you to select one or more values from a list of choices.<\/p>\n<p>The only method is to use a VBA code that adds the selected value to the existing value whenever you select it.<\/p>\n<p>I&#8217;ll demonstrate multiple selections in Excel from a drop-down list in this tutorial. I&#8217;m using Office 365 for this session, but feel free to use your preferred version.<\/p>\n<p><strong>This Tutorial Covers:<\/strong><\/p>\n<ol>\n<li><a href=\"#how-to-use-a-drop-down-list-to-make-multiple-choices\"><strong>How to Use a Drop Down List to Make Multiple Choices<\/strong><\/a>\n<ul>\n<li>Making the Drop Down Chart in Excel<\/li>\n<li>Multiple Choices in a Drop-Down List are Supported by VBA (with repetition)<\/li>\n<li>Multiple Choices in a Drop-Down List are Supported by VBA (without repetition)<\/li>\n<\/ul>\n<\/li>\n<li><a href=\"#where-to-place-the-vba-code\"><strong>Where to Place the VBA Code<\/strong><\/a><\/li>\n<li><a href=\"#frequently-asked-questions-(faqs)\"><strong>Frequently Asked Questions (FAQs)<\/strong><\/a><\/li>\n<\/ol>\n<ol>\n<li><strong id=\"how-to-use-a-drop-down-list-to-make-multiple-choices\">How to Use a Drop Down List to Make Multiple Choices?<\/strong><\/li>\n<\/ol>\n<p>This tutorial will explain how to select multiple options from an Excel drop down list (with repetition and without repetition).<\/p>\n<p>A drop-down list with multiple selections can be made in two steps:<\/p>\n<ol>\n<li>Setting up the drop-down menu.<\/li>\n<li>Applying the VBA code to the back end.<\/li>\n<\/ol>\n<ul>\n<li><strong>Making the Drop Down List in Excel:<\/strong><\/li>\n<\/ul>\n<p><strong>Step 1:<\/strong> Choose the cell or range of cells in which the drop-down menu should show (C2 in this example).<\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-full wp-image-5538\" src=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-1.png\" alt=\"Multiple Selections option in a Drop Down List\" width=\"404\" height=\"307\" srcset=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-1.png 404w, https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-1-300x228.png 300w\" sizes=\"(max-width: 404px) 100vw, 404px\" \/><\/p>\n<p><strong>Step 2:<\/strong> Select &#8220;Data Validation&#8221; from the list of options in the &#8220;Data Tools&#8221; part of the &#8220;Data&#8221; tab.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-5539\" src=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-2.png\" alt=\"Multiple Selections option in a Drop Down List\" width=\"639\" height=\"103\" srcset=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-2.png 639w, https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-2-300x48.png 300w\" sizes=\"(max-width: 639px) 100vw, 639px\" \/><\/p>\n<p><strong>Step 3:<\/strong> Choose &#8220;List&#8221; as the validation criteria in the &#8220;Data Validation&#8221; dialogue box&#8217;s &#8220;Settings&#8221; menu. Choose the cells in the &#8220;Source&#8221; field that contain the drop-down menu options you want to use. Select OK.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-5540\" src=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-3.png\" alt=\"Multiple Selections option in a Drop Down List\" width=\"639\" height=\"330\" srcset=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-3.png 639w, https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-3-300x155.png 300w\" sizes=\"(max-width: 639px) 100vw, 639px\" \/><\/p>\n<p>Now, cell C2 has a drop-down list with the titles of the countries in A2 to A11 on it.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-5541\" src=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-4.png\" alt=\"Multiple Selections option in a Drop Down List\" width=\"368\" height=\"281\" srcset=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-4.png 368w, https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-4-300x229.png 300w\" sizes=\"(max-width: 368px) 100vw, 368px\" \/><\/p>\n<p>Right now, you can choose one item from a drop-down list at a moment (as shown below).<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-5542\" src=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-5.png\" alt=\"Multiple Selections option in a Drop Down List\" width=\"639\" height=\"177\" srcset=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-5.png 639w, https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-5-300x83.png 300w\" sizes=\"(max-width: 639px) 100vw, 639px\" \/><\/p>\n<p>We must add the VBA code in the back end to enable this drop-down to enable multiple\u00a0selections.<\/p>\n<p>The following two sections of this tutorial provide the VBA code to enable multiple selections in the drop-down list (with and without repetition).<\/p>\n<ul>\n<li><strong>Multiple Choices in a Drop-Down List are Supported by VBA (with repetition):<\/strong><\/li>\n<\/ul>\n<p>This Excel VBA code will allow us to select multiple items from the drop-down list (allowing repetitions in selection):<\/p>\n<p><strong>Sub Worksheet_Change(ByVal Target As Range)<\/strong><\/p>\n<p><strong>Dim old_val As String<\/strong><\/p>\n<p><strong>Dim new_val As String<\/strong><\/p>\n<p><strong>On Error GoTo Exitsub<\/strong><\/p>\n<p><strong>If Target.Address = &#8220;$C$2&#8221; Then<\/strong><\/p>\n<p><strong>If Target.SpecialCells(xlCellTypeAllValidation) Is Nothing Then<\/strong><\/p>\n<p><strong>GoTo Exitsub<\/strong><\/p>\n<p><strong>Else: If Target.Value = &#8220;&#8221; Then GoTo Exitsub Else<\/strong><\/p>\n<p><strong>Application.EnableEvents = False<\/strong><\/p>\n<p><strong>new_val = Target.Value<\/strong><\/p>\n<p><strong>Application.Undo<\/strong><\/p>\n<p><strong>old_val = Target.Value<\/strong><\/p>\n<p><strong>If old_val = &#8220;&#8221; Then<\/strong><\/p>\n<p><strong>Target.Value = new_val<\/strong><\/p>\n<p><strong>Else<\/strong><\/p>\n<p><strong>Target.Value = old_val &amp; &#8220;, &#8221; &amp; new_val<\/strong><\/p>\n<p><strong>End If<\/strong><\/p>\n<p><strong>End If<\/strong><\/p>\n<p><strong>End If<\/strong><\/p>\n<p><strong>Application.EnableEvents = True<\/strong><\/p>\n<p><strong>Exitsub:<\/strong><\/p>\n<p><strong>Application.EnableEvents = True<\/strong><\/p>\n<p><strong>End Sub<\/strong><\/p>\n<p>Now that you have this code, you must insert it into a module in the VB Editor (as demonstrated in the section below titled &#8220;Where to Place the VBA Code&#8221;).<\/p>\n<p>This code will enable you to make multiple selections in the drop-down menu once it is added to the backend (which will be covered later in this tutorial).<\/p>\n<p>Just keep in mind that if you choose an item more than once, it will be entered again (repetition is allowed).<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-5543\" src=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-6.png\" alt=\"Multiple Selections option in a Drop Down List\" width=\"741\" height=\"155\" srcset=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-6.png 741w, https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-6-300x63.png 300w\" sizes=\"(max-width: 741px) 100vw, 741px\" \/><\/p>\n<ul>\n<li><strong>Multiple Choices in a Drop-Down List are Supported by VBA (without repetition):<\/strong><\/li>\n<\/ul>\n<p>Many people have been inquiring about the code that allows them to select multiple items from a drop-down list without having to repeat themselves.<\/p>\n<p>The following code will ensure that each object can only be chosen once to prevent duplications:<\/p>\n<p><strong>Private Sub Worksheet_Change(ByVal Target As Range)<\/strong><\/p>\n<p><strong>Dim old_val As String<\/strong><\/p>\n<p><strong>Dim new_val As String<\/strong><\/p>\n<p><strong>Application.EnableEvents = True<\/strong><\/p>\n<p><strong>On Error GoTo Exitsub<\/strong><\/p>\n<p><strong>If Target.Address = &#8220;$C$2&#8221; Then<\/strong><\/p>\n<p><strong>If Target.SpecialCells(xlCellTypeAllValidation) Is Nothing Then<\/strong><\/p>\n<p><strong>GoTo Exitsub<\/strong><\/p>\n<p><strong>Else: If Target.Value = &#8220;&#8221; Then GoTo Exitsub Else<\/strong><\/p>\n<p><strong>Application.EnableEvents = False<\/strong><\/p>\n<p><strong>new_val = Target.Value<\/strong><\/p>\n<p><strong>Application.Undo<\/strong><\/p>\n<p><strong>old_val = Target.Value<\/strong><\/p>\n<p><strong>If old_val = &#8220;&#8221; Then<\/strong><\/p>\n<p><strong>Target.Value = new_val<\/strong><\/p>\n<p><strong>Else<\/strong><\/p>\n<p><strong>If InStr(1, old_val, new_val) = 0 Then<\/strong><\/p>\n<p><strong>Target.Value = old_val &amp; &#8220;, &#8221; &amp; new_val<\/strong><\/p>\n<p><strong>Else:<\/strong><\/p>\n<p><strong>Target.Value = old_val<\/strong><\/p>\n<p><strong>End If<\/strong><\/p>\n<p><strong>End If<\/strong><\/p>\n<p><strong>End If<\/strong><\/p>\n<p><strong>End If<\/strong><\/p>\n<p><strong>Application.EnableEvents = True<\/strong><\/p>\n<p><strong>Exitsub:<\/strong><\/p>\n<p><strong>Application.EnableEvents = True<\/strong><\/p>\n<p><strong>End Sub<\/strong><\/p>\n<p>You must now insert this code into a package in the VB Editor (as shown in the next section of this tutorial).<\/p>\n<p>You can choose multiple items from the drop-down list by using this code. You will only be able to choose an item once, though. The second time you tried to select it, nothing would happen. This VBA code prohibits repetition.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-5544\" src=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-7.png\" alt=\"Multiple Selections option in a Drop Down List\" width=\"760\" height=\"158\" srcset=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-7.png 760w, https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-7-300x62.png 300w\" sizes=\"(max-width: 760px) 100vw, 760px\" \/><\/p>\n<p><strong id=\"where-to-place-the-vba-code\">2. Where to Place the VBA Code?<\/strong><\/p>\n<p>Before using this code in Excel, it must be placed in the back end so that it is triggered whenever the drop-down option changes.<\/p>\n<p><strong>How to Use VBA code in Excel is shown below:<\/strong><\/p>\n<p><strong>Step 1:<\/strong> Click \u201cVisual Basic\u201d under the \u201cDeveloper\u201d Tab (or use the keyboard shortcut Alt + F11). The \u201cVisual Basic Editor\u201d will appear after that.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-5545\" src=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-8.png\" alt=\"Multiple Selections option in a Drop Down List\" width=\"640\" height=\"127\" srcset=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-8.png 640w, https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-8-300x60.png 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><\/p>\n<p><strong>Step 2:<\/strong> A pane labeled &#8220;Project Explorer&#8221; should be present on the left; if not, press Control + R to make it accessible. Where the drop-down selection is located (in the left pane), double click on Worksheet Name. This starts the worksheet&#8217;s code window. Copy the code above, then put it in the code window.<\/p>\n<p>Close the VB Editor completely.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-5546\" src=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-9.png\" alt=\"Multiple Selections option in a Drop Down List\" width=\"638\" height=\"386\" srcset=\"https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-9.png 638w, https:\/\/www.bizinfograph.com\/resource\/wp-content\/uploads\/2023\/03\/Multiple-Selections-option-in-a-Drop-Down-List-9-300x182.png 300w\" sizes=\"(max-width: 638px) 100vw, 638px\" \/><\/p>\n<p>You can choose multiple options when you return to the drop-down menu at this point (as shown earlier section).<\/p>\n<p><strong>Note:<\/strong> You must save the workbook with an.xls or.xlsm suffix because we will be using VBA code to complete this.<\/p>\n<p><strong id=\"frequently-asked-questions-(faqs)\">3. Frequently Asked Questions (FAQs):<\/strong><\/p>\n<p>In order to address some of the frequently asked queries regarding this tutorial and the VBA code, I&#8217;ve made this section.<\/p>\n<p><strong>Question 1: Cell C2 is the only one with capability in the VBA code. For other cells, how do I get it?<\/strong><\/p>\n<p><strong>Ans:<\/strong> You must change the VBA code in the backend to enable this multiple selection drop-down in other cells. Replace the following line in the code if you want to get this for D2, D3, and D4.<\/p>\n<p>If Target.Address = &#8220;$D$2&#8221; Then<\/p>\n<p>with this line:<\/p>\n<p>If Target.Address = &#8220;$D$2&#8221; Or Target.Address = &#8220;$D$3&#8221; Or Target.Address = &#8220;$D$4&#8221; Then<\/p>\n<p><strong>Question 2: In the entire column &#8220;C,&#8221; I need to make multiple drop-down menus. How do I enable multi-select capability for every cell in the columns?<\/strong><\/p>\n<p><strong>Ans:<\/strong> Replace the following line in the code to enable multiple drop-down selections for the full column:<\/p>\n<p>If Target.Address = &#8220;$C$2&#8221; Then<\/p>\n<p>with this line:<\/p>\n<p>If Target.Column = 3 Then<\/p>\n<p>Along the same lines, use the following line if you want this capability in columns C and D:<\/p>\n<p>If Target.Column = 3 or Target.Column = 4 Then<\/p>\n<p><strong>Question 3: I need to make several drop-down menus in a succession. How can I go about this?<\/strong><\/p>\n<p><strong>Ans:<\/strong> The following line of code needs to be replaced in order to make drop-down lists with multiple selections in a row, say the third\u00a0row:<\/p>\n<p>If Target.Address = &#8220;$C$3&#8221; Then<\/p>\n<p>with this line:<\/p>\n<p>If Target.Row = 3\u00a0 Then<\/p>\n<p>Similarly, use the code below if you want this to function for more than one row, like the third and fourth rows:<\/p>\n<p>If Target.Row = 3\u00a0 or Target.Row = 4 Then<\/p>\n<p><strong>Question 4: The multiple options are currently separated by commas. How can I alter this so that these are separated by spaces? (or any other separator).<\/strong><\/p>\n<p><strong>Ans:<\/strong> You must change the following line of VBA code in order to divide these with a separator other than a comma:<\/p>\n<p>Target.Value = Oldvalue &amp; &#8220;, &#8221; &amp; Newvalue<\/p>\n<p>with this line of VBA code:<\/p>\n<p>Target.Value = Oldvalue &amp; &#8221; &#8221; &amp; Newvalue<\/p>\n<p>Similarly, you can use the following piece of code to replace a comma with another character, such as |:<\/p>\n<p>Target.Value = Oldvalue &amp; &#8220;| &#8221; &amp; Newvalue<\/p>\n<p><strong>Question 5: Is it possible to have each option in its own line within a single cell?<\/strong><\/p>\n<p><strong>Ans:<\/strong> Certainly, you can. You must modify the following line of VBA code to achieve this:<\/p>\n<p>Target.Value = Oldvalue &amp; &#8220;, &#8221; &amp; Newvalue<\/p>\n<p>with this line of code:<\/p>\n<p>Target.Value = Oldvalue &amp; vbNewLine &amp; Newvalue<\/p>\n<p>In the same cell, &#8220;vbNewLine&#8221; adds a new line. As a result, each choice you make from the drop-down will start a new string.<\/p>\n<p><strong>Question 6: Is it possible to use the numerous selection feature in a protected sheet?<\/strong><\/p>\n<p><strong>Ans:<\/strong> Certainly, you can. You must take two actions in order to complete this:<\/p>\n<ol>\n<li>After the DIM instruction, insert the following line into the code:<\/li>\n<\/ol>\n<p>Me.Protect UserInterfaceOnly:=True<\/p>\n<ol start=\"2\">\n<li>When you protect the complete sheet, you should check to see that the cells with drop-down menus and multiple selection functionality are not locked.<\/li>\n<\/ol>\n<p><strong>For ready-to-use Dashboard Templates:<\/strong><\/p>\n<ol>\n<li><a href=\"https:\/\/www.bizinfograph.com\/dashboard-templates#Finance\" target=\"_blank\" rel=\"noopener\">Financial Dashboards<\/a><\/li>\n<li><a href=\"https:\/\/www.bizinfograph.com\/dashboard-templates#Sales\" target=\"_blank\" rel=\"noopener\">Sales Dashboards<\/a><\/li>\n<li><a href=\"https:\/\/www.bizinfograph.com\/dashboard-templates#Human-Resource\" target=\"_blank\" rel=\"noopener\">HR Dashboards<\/a><\/li>\n<li><a href=\"https:\/\/www.executiveknowledge.org\/dashboard-templates\/35\" target=\"_blank\" rel=\"noopener\">Data Visualization Charts<\/a><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>One of the most beneficial Excel features is drop-down lists. They enable you to compile a collection of things you can choose from. When you have a long list of options to choose from, this is very useful. Excel drop-down lists restrict users from choosing only one choice, though. This might be a problem if &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/www.bizinfograph.com\/resource\/how-to-create-multiple-option-in-a-drop-down\/\"> <span class=\"screen-reader-text\">How to Create Multiple Selections option in a Drop Down List in Excel?<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-global-header-display":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","footnotes":""},"categories":[660],"tags":[662,661],"class_list":["post-5537","post","type-post","status-publish","format-standard","hentry","category-multiple-option-in-a-drop-down","tag-multiple-option-in-a-drop-down-list","tag-multiple-selections-option-in-a-drop-down-list-in-excel"],"_links":{"self":[{"href":"https:\/\/www.bizinfograph.com\/resource\/wp-json\/wp\/v2\/posts\/5537","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bizinfograph.com\/resource\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bizinfograph.com\/resource\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bizinfograph.com\/resource\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bizinfograph.com\/resource\/wp-json\/wp\/v2\/comments?post=5537"}],"version-history":[{"count":3,"href":"https:\/\/www.bizinfograph.com\/resource\/wp-json\/wp\/v2\/posts\/5537\/revisions"}],"predecessor-version":[{"id":5955,"href":"https:\/\/www.bizinfograph.com\/resource\/wp-json\/wp\/v2\/posts\/5537\/revisions\/5955"}],"wp:attachment":[{"href":"https:\/\/www.bizinfograph.com\/resource\/wp-json\/wp\/v2\/media?parent=5537"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bizinfograph.com\/resource\/wp-json\/wp\/v2\/categories?post=5537"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bizinfograph.com\/resource\/wp-json\/wp\/v2\/tags?post=5537"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}