Skip disability assistance statement.

Welcome to our website! As we have the ability to list over one million items on our website (our selection changes all of the time), it is not feasible for a company our size to record and playback the descriptions on every item on our website. However, if you have a disability we are here to help you. Please call our disability services phone line at during regular business hours and one of our kind and friendly personal shoppers will help you navigate through our website, help conduct advanced searches, help you choose the item you are looking for with the specifications you are seeking, read you the specifications of any item and consult with you about the products themselves. There is no charge for the help of this personal shopper for anyone with a disability. Finally, your personal shopper will explain our Privacy Policy and Terms of Service, and help you place an order if you so desire.

Gesthaven Counter Height Barstool (set of 2)

Signature Design By Ashley

Gesthaven Natural/Blue Collection

Regular Price  $323.99

Our Price $255.96

You Save $68.03

Valebeck Bar Height Bar Stool (set of 2)

Signature Design By Ashley

Valebeck Multi Collection

Regular Price  $616.99

Our Price $486.96

You Save $130.03

Bolanburg Counter Height Bar Stool (set of 2)

Signature Design By Ashley

Bolanburg Two-tone Collection

Regular Price  $252.99

Our Price $198.96

You Save $54.03

Bolanburg Counter Height Bar Stool (set of 2)

Signature Design By Ashley

Bolanburg Two-tone Collection

Regular Price  $469.99

Our Price $370.96

You Save $99.03

Greddinton Counter Height Barstool (set of 2) Furniture and Mattresses in Indianapolis, Fishers and Carmel Indianapolis | Urban Styles

Urban Styles South - Now Open!
See Details - Greddinton Counter Height Barstool (set of 2) See Details Store Finder
There are no items in your shopping cart.

Greddinton Counter Height Barstool (set of 2)

Signature Design By Ashley Search Site

Greddinton Multi Collection

.search-suggestion { transition: background-color .2s ease, color .2s ease; } .search-suggestion a { padding: 5px; } .search-suggestion a, .search-suggestion span { white-space: break-spaces; } .search-suggestion:hover, .search-suggestion a:focus-visible { background-color: #f6f6f6; } .search-suggestion:hover a, .search-suggestion a:focus-visible { color: #000000; } #header-layout-container, #header-layout-custom { position: relative; z-index: 11; } @media (max-width: 767px) { .fill-vp.open .dropdown-menu { display: table; width: calc(100vw - 18px); left: auto; right:-1px; border-radius: 0px; overflow-x: hidden; overflow-y: visible; } #secondary-nav-no-collapse .sub-nav>li.dropdown.open .dropdown-menu { display:table; width:calc(100vw - 18px); left:0; right:0; overflow-x:hidden; overflow-y: visible; } }

Regular Price   $398.99TOP RESULTS

Our Price

document.addEventListener('alpine:init', () => { Alpine.data('predictiveSearch', () => ({ dropdown_open: false, query: '', loading_suggestions: false, preferred_suggestion_count: 10, suggestions: [], open() { if (this.dropdown_open || !this.query.length) return; this.dropdown_open = true; }, close(focusAfter) { if (!this.dropdown_open) return; this.dropdown_open = false; focusAfter && focusAfter.focus && focusAfter.focus() }, async getSuggestions(query) { const vm = this; // abort any previous requests still in progress if (vm.fetchController) { vm.fetchController.abort(); } if (!query.length) { vm.query = ''; vm.close(vm.$refs.searchInput); return; } const reqBody = { billable_account_id: '36124', search_limit: vm.preferred_suggestion_count, search_term: vm.query, } try { vm.fetchController = new AbortController(); const params = new URLSearchParams(reqBody).toString(); const url = `/api/internal/wf-appliance/predictive-search-terms-get?API_KEY=WSKYRINYDNCQUADFAKXHUQSABSPHABPYTICFKKYOVDTPWYNSAJJTJMHGBAGU&${params}`; const res = await fetch(url, { signal: vm.fetchController.signal } ); if (!res.ok) throw new Error('Predictive search endpoint not found'); const { success, suggested_terms } = await res.json(); if (!success) throw new Error('Error predicting search terms'); if (!suggested_terms.length) return vm.close(vm.$refs.searchInput); vm.suggestions = suggested_terms.map(term => term.toLowerCase()); if (!vm.dropdown_open) vm.open(); } catch (err) { if (err.name === 'AbortError') { return; } vm.suggestions = []; vm.close(vm.$refs.searchInput); } }, onSuggestionClick(suggestion) { this.close(); this.query = suggestion; this.$nextTick(() => this.$refs.searchForm.submit()) }, highlightNonMatchingSubstring(suggestion) { const query = this.query.toLowerCase(); const suggestionLowercase = suggestion.toLowerCase(); // check if the suggestion exactly matches the query if (suggestionLowercase === query) { return ` <
span>${suggestion} >`; } // check if the suggestion starts with the query if (suggestionLowercase.indexOf(query) === 0) { const nonMatching = suggestion.substring(query.length); return ` <
span>${query} <
strong>${nonMatching} >See Details>`; } // highlight non-matching substrings const normalizedQuery = query.replaceAll('(', '').replaceAll(')', '').replaceAll('[', '').replaceAll(']', '').replaceAll('\\', ''); const regex = new RegExp(`(?!${normalizedQuery})\\b\\w+\\b`, 'gi'); const highlighted = suggestion.replace(regex, ' <
strong>$& >'); return ` <span>${highlighted}
Ashley Consumer Choice
See Details - Greddinton Counter Height Barstool (set of 2)TOP RESULTS
document.addEventListener('alpine:init', () => { Alpine.data('predictiveSearch', () => ({ dropdown_open: false, query: '', loading_suggestions: false, preferred_suggestion_count: 10, suggestions: [], open() { if (this.dropdown_open || !this.query.length) return; this.dropdown_open = true; }, close(focusAfter) { if (!this.dropdown_open) return; this.dropdown_open = false; focusAfter && focusAfter.focus && focusAfter.focus() }, async getSuggestions(query) { const vm = this; // abort any previous requests still in progress if (vm.fetchController) { vm.fetchController.abort(); } if (!query.length) { vm.query = ''; vm.close(vm.$refs.searchInput); return; } const reqBody = { billable_account_id: '36124', search_limit: vm.preferred_suggestion_count, search_term: vm.query, } try { vm.fetchController = new AbortController(); const params = new URLSearchParams(reqBody).toString(); const url = `/api/internal/wf-appliance/predictive-search-terms-get?API_KEY=WSKYRINYDNCQUADFAKXHUQSABSPHABPYTICFKKYOVDTPWYNSAJJTJMHGBAGU&${params}`; const res = await fetch(url, { signal: vm.fetchController.signal } ); if (!res.ok) throw new Error('Predictive search endpoint not found'); const { success, suggested_terms } = await res.json(); if (!success) throw new Error('Error predicting search terms'); if (!suggested_terms.length) return vm.close(vm.$refs.searchInput); vm.suggestions = suggested_terms.map(term => term.toLowerCase()); if (!vm.dropdown_open) vm.open(); } catch (err) { if (err.name === 'AbortError') { return; } vm.suggestions = []; vm.close(vm.$refs.searchInput); } }, onSuggestionClick(suggestion) { this.close(); this.query = suggestion; this.$nextTick(() => this.$refs.searchForm.submit()) }, highlightNonMatchingSubstring(suggestion) { const query = this.query.toLowerCase(); const suggestionLowercase = suggestion.toLowerCase(); // check if the suggestion exactly matches the query if (suggestionLowercase === query) { return `

< span>${suggestion}`; } // check if the suggestion starts with the query if (suggestionLowercase.indexOf(query) === 0) { const nonMatching = suggestion.substring(query.length); return `${query} <strong>${nonMatching}Greddinton Counter Height Barstool (set of 2)> >`; } // highlight non-matching substrings const normalizedQuery = query.replaceAll('(', '').replaceAll(')', '').replaceAll('[', '').replaceAll(']', '').replaceAll('\\', ''); const regex = new RegExp(`(?!${normalizedQuery})\\b\\w+\\b`, 'gi'); const highlighted = suggestion.replace(regex, ' <

strong>$& >'); return ` Signature Design By Ashley <span>${highlighted}

document.addEventListener('alpine:init', () => { Alpine.data('predictiveSearch', () => ({ dropdown_open: false, query: '', loading_suggestions: false, preferred_suggestion_count: 10, suggestions: [], open() { if (this.dropdown_open || !this.query.length) return; this.dropdown_open = true; }, close(focusAfter) { if (!this.dropdown_open) return; this.dropdown_open = false; focusAfter && focusAfter.focus && focusAfter.focus() }, async getSuggestions(query) { const vm = this; // abort any previous requests still in progress if (vm.fetchController) { vm.fetchController.abort(); } if (!query.length) { vm.query = ''; vm.close(vm.$refs.searchInput); return; } const reqBody = { billable_account_id: '36124', search_limit: vm.preferred_suggestion_count, search_term: vm.query, } try { vm.fetchController = new AbortController(); const params = new URLSearchParams(reqBody).toString(); const url = `/api/internal/wf-appliance/predictive-search-terms-get?API_KEY=WSKYRINYDNCQUADFAKXHUQSABSPHABPYTICFKKYOVDTPWYNSAJJTJMHGBAGU&${params}`; const res = await fetch(url, { signal: vm.fetchController.signal } ); if (!res.ok) throw new Error('Predictive search endpoint not found'); const { success, suggested_terms } = await res.json(); if (!success) throw new Error('Error predicting search terms'); if (!suggested_terms.length) return vm.close(vm.$refs.searchInput); vm.suggestions = suggested_terms.map(term => term.toLowerCase()); if (!vm.dropdown_open) vm.open(); } catch (err) { if (err.name === 'AbortError') { return; } vm.suggestions = []; vm.close(vm.$refs.searchInput); } }, onSuggestionClick(suggestion) { this.close(); this.query = suggestion; this.$nextTick(() => this.$refs.searchForm.submit()) }, highlightNonMatchingSubstring(suggestion) { const query = this.query.toLowerCase(); const suggestionLowercase = suggestion.toLowerCase(); // check if the suggestion exactly matches the query if (suggestionLowercase === query) { return `< span>${suggestion}`; } // check if the suggestion starts with the query if (suggestionLowercase.indexOf(query) === 0) { const nonMatching = suggestion.substring(query.length); return `< span>${query}< strong>${nonMatching}
`; } // highlight non-matching substrings const normalizedQuery = query.replaceAll('(', '').replaceAll(')', '').replaceAll('[', '').replaceAll(']', '').replaceAll('\\', ''); const regex = new RegExp(`(?!${normalizedQuery})\\b\\w+\\b`, 'gi'); const highlighted = suggestion.replace(regex, '
< strong>$&
'); return `
< span>${highlighted}
`; }, titleCase(str = '') { if (!str || typeof str !== 'string') return str; return str .trim() .split(' ') .map(word => word[0]?.toUpperCase() + word.slice(1)?.toLowerCase()) .join(' '); }, })) })
See Details - Greddinton Counter Height Barstool (set of 2) See Details

Greddinton Counter Height Barstool (set of 2)

Signature Design By Ashley

Greddinton Multi Collection

Toggle navigation
Shop by Category

Regular Price   $398.99

Living Room

Our Price $314.96

Living Room

You Save View All $84.03

Living RoomSee Details
Bookcases
Benches Cabinets / Consoles
Chairs Chests
Groupsets
Lamps
Loveseats
Ottomans
Recliners
Rugs

Bedroom 2-piece Bar Stool Dressers Bookcases

Beds

Bedding Accessories Signature Design By Ashley Benches Chairs Chests Desks

Bedroom Groupsets

Bolanburg Two-tone CollectionHutches

Mattresses
Nightstands Table Lamps
Vanity Tables

Regular PriceAll Bedroom  $469.99

Our Price $370.96 Dining Room

You Save Dining Room $99.03

View All
See Details - Ciabori Counter Height Barstool (set of 2)

Ciabori Counter Height Barstool (set of 2)Media Consoles Theatre Seating

Signature Design By Ashley All Entertainment

Ciabori Multi Collection

Office

Regular Price   $364.99Office

View All Our Price $287.96

You Save Office$77.03

Bookcases Cabinets Chairs
Groupsets
Desks
Hutches
Other Home OfficeSee DetailsTables
All Home Office
Outdoor
Outdoor
View All See Details - Ciabori Bar Height Barstool (set of 2) See Details
All Outdoor

Ciabori Bar Height Barstool (set of 2) Mattresses

Signature Design By Ashley Mattresses

Ciabori Multi Collection

View All

Regular Price   $398.99

Shop by Size

Our Price Twin / Single Double / Full $314.96 Queen King

Split King Cal King Split Cal King

You Save $84.03 All Mattresses

Shop by Style
See Details Adjustables
Pillow Top
Tight Top Other
All Mattresses

Regular PriceSearch Results: Items 1-15 of   83 Products$364.99 - Page 1 of 6

Color: Our Price Black $287.96 Color:

Other

You Save $77.03

× Refine Search
Brand
Ashley Furniture
Sunpan Modern Home See Details - Ciabori Bar Height Barstool (set of 2) See Details
Color

Ciabori Bar Height Barstool (set of 2) Black

Signature Design By Ashley Blue

Ciabori Multi Collection

Brown
Green

Regular Price   $398.99 Grey

Our Price Orange $314.96

Red

You Save $84.03 Tan

White Finish
Dark Brown and Black
Light Stain
Medium Stain
See Details - Halden Counter Stool See Details
Painted
Silhouette

Halden Counter StoolColor

Sunpan Modern Home Bisque or Off-white

Black

Blue Save More In Store

Brown

Gold
Green
Orange
Other
White
See Details - Arabella Barstool See Details
White On Black
Price, Low to High

2 Color Options

Price, High to Low

Alphabetically, A - Z Arabella Barstool

Alphabetically, Z - A

Sunpan Modern Home Highest Rated

Save More In Store

Click to Compare
Tallenger Bar Height Bar Stool (set of 2)