Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Excel formula question

Options
  • 15-11-2019 11:54am
    #1
    Registered Users Posts: 955 ✭✭✭


    I have 3 cells, each cell has a value, 1, 2, 3

    The cell value is related to a score, each score located in another cell, 10, 8, 0

    To pick a value, the user has to change the cell fill colour

    Then the formula needs to pull in the score of 10 into another cell.If the User picks the cell with number 2 and fills it with a colour, then the formula needs to pull in 8 into the cell, etc.

    How do I do this?

    Thank you

    PS: This probably need a VBA code, which is fine. Its like a Vloopuk for the cell that has no white/blank fill.


Comments

  • Registered Users Posts: 955 ✭✭✭Poncke


    I have it all sorted now with a workaround. I created an UDF to use in a formula to copy the value of the coloured cell into another cell, and based on that cell, I did a vlookup. I got what I want now.


Advertisement