Forum Discussion

ligg_1's avatar
ligg_1
Copper Contributor
Jan 31, 2022
Solved

Number and Goal Visual

Hello -    I am working on a table with 2 numbers - the first number is the current score (column A) and the second number is ideal score (column B). I would like to show a graph (similar to the ph...
  • mtarler's avatar
    mtarler
    Jan 31, 2022
    no you can't use relative references but you CAN use FIXED numbers so you can set min = 0 and max = 1 and then in K use the formula =G4/I4 (or if that is a table =[Current]/[Desired] or using dynamic arrays =G4:G6/I4:I6)
    Then also click "Show Bar Only"