Forum Discussion

EmmaLisa's avatar
EmmaLisa
Copper Contributor
May 27, 2021

Setting a Cells Background Value

I'm hoping someone can help as I'm going insane trying to work it out. Ill try and explain the best I can.

I want the Cells under Lots (the clear cells) to equal the value under column B & D. eg Line 3 will equal 19.3 & 1.7 across the entire lot section. I then want to be able to color a cell or enter a number between 1-350 (preferably enter a number but color if easier) and it equal the value from column B & D not the number in the cell. I want the averages at the bottom to match the ones that are either colored or numbered without needing the value to average. I want it to pull this info from B & D.

I've currently been entering the value it will average into the cell, I then make the clear area font color white and print the sheet so I can number them manually. 

The information from Column B & D will change from time to time so I will need the cells to update the value automatically when I update Column B & D. 

2 Replies

  • ThunderDK74's avatar
    ThunderDK74
    Copper Contributor

    It would be AMAZING if a formula exists to set the background color of a cell (or a foreground color) based on a cell having the text as a hex rgb value.

    For instance if cell A1 has the value ="#FF0000" and a formula =SetBackgroundColor(A1) is in cell A2, the A2 cell suddenly has a red background color. Error would be set if the format of the A1 cell is not #000000.

  • SergeiBaklan's avatar
    SergeiBaklan
    Diamond Contributor

    EmmaLisa 

    Perhaps you may illustrate in your file what is desired result since it's not clear what is required, at least for me. For example

    "I then want to be able to color a cell or enter a number between 1-350 (preferably enter a number but color if easier)" - which cell, what is the logic to use this or that color / number?

    "and it equal the value from column B & D not the number in the cell." - 'value' assumes one cell, not columns. What exactly shall be taken from B & D ?  Do not number in which cell?

Resources