Forum Discussion

nominaliz's avatar
nominaliz
Copper Contributor
Apr 01, 2022
Solved

Creating a Graph based on 2 interacting cells

I am trying to create a graph based on two cells that interact with each other. I'll try to explain better:  - The first cell is an input cell where I write down an amount in $ to be spent  - The s...
  • mtarler's avatar
    Apr 01, 2022
    You will need to create a column of values. For example:
    Cell A1
    =Sequence(901,1,100)
    Cell B1
    =SQRT(A1#)/100 <-I don't know how your %Rebate is related to the amount you spend so I made a formula up

Resources