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
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Excel formula question

  • 15-11-2019 11:54am
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 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