Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8160057
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T18:07:38+00:00 2026-06-06T18:07:38+00:00

I started building an excel spreadsheet with a database of items in Microsoft Excel

  • 0

I started building an excel spreadsheet with a database of items in Microsoft Excel 2010. Those items have some fixed max values on its properties according the type of them. Those values are stored in another hidden table according the type of the item and of course are different in each of them. For example the hidden table its something like this:

Type | Price | Warranty

TV | 1683 | 4

PC | 1210 | 1

A/C | 1234 | 2

So now whenever i create a new item in my main table those properties will get a data bar color formatting compared to the other hidden table! Like:

TV | Sony Bravia RT219 | 1293 | 2

…and those “1293” and “2” values needs to get a data bar “comparing” the “1293” value with the max “1683” and so on…

I wish that you can understand me. Which formula i have to use so i can make this possible in ms excel 2010?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T18:07:40+00:00Added an answer on June 6, 2026 at 6:07 pm

    You can probably do what you want using worksheet functions (no vba) and conditional formatting

    =INDIRECT(ADDRESS(MATCH(A1,Sheet2!A1:A3,0),2,1,1,"Sheet2"))
    

    Sheet2!A1:A3 is a reference to your hidden list, mine only has 3

    It looks at the value of A1 on the first sheet, tries to find it in the hidden sheet.
    If it finds a result, MATCH() returns its row number.
    ADDRESS() then returns the address of the 2nd column on the MATCH() row in sheet2
    INDIRECT() then gets the value of it.

    MATCH(LOOKUPVALUE,LOOKUPLIST,MATCHTYPE)
    ADDRESS(ROW, COLUMN, ABSOLUTE, A1/R1C1, SHEET)
    INDIRECT(ADDRESS)

    you should be able to have it pull all the information from the 2nd sheet using that.

    dont have time to explain anymore, but the functions aren’t that hard to figure out

    update

    made a simple example https://dl.dropbox.com/u/10316127/example.xlsx

    =INDIRECT(ADDRESS(MATCH([SEARCH_VALUE],Sheet2!$A:$A,0),[COLUMN],1,1,"Sheet2"))
    

    [SEARCH_VALUE] is a Cell in your visible sheet containing the “Type” you want to lookup.

    [COLUMN] is the column number that corresponds to the column you want to read from. (2 for Max Price and 3 for Warranty)

    I didn’t really understand your last comment, so without an example or a slightly more detailed explanation of what you need I cant help much more.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

At work we have just started building an auditing framework for our database (i.e.
I'm just getting into using REST and have started building my first app following
I am building an app to learn Django and have started with a Contact
I have just started building a app using XihSolutions.DotMSN.dll version: 2.0.0.40909, My problem is
I have a page that I have started building with the Twitter Bootstrap css
I have received this message ever since I started building my first iPhone program
Last week i have downloaded Xcode 4.2, so when i started building apps i've
I have started building a system with clojure, mainly because I need to use
I have started building a system with clojure, mainly because I need to use
I'm very used to working in WPF, but I have recently started building websites

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.