Forum Discussion
nominaliz
Apr 01, 2022Copper Contributor
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...
- Apr 01, 2022You 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
mtarler
Apr 01, 2022Silver Contributor
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
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