Hi there,
Relative newbie to PowerApps (learning fast) but hit a brick wall past few days.
I am trying to use the value of a combo box to determine what calculation to apply to a value. Really think I have this formula in a mess (long day!) going to chill and come back to it tomorrow. 👍
SO based on combo box value it will apply a set calculation routine (ignore values as made up for now, but hopefully logic explained.
If(Value(product_name.Text)="Drop Down Value 1" && Value(cell_contrast.Text)<= 1,"4",Value(cell_contrast.Text)<= 2,"1",Value(cell_contrast.Text)<= 4,"5",Value(cell_contrast.Text)> 4,"6")
OR Value(product_name.Text)="Drop Down Value 2" && Value(cell_contrast.Text)<= 1,"4",Value(cell_contrast.Text)<= 2,"1",Value(cell_contrast.Text)<= 4,"5",Value(cell_contrast.Text)> 4,"6")
Any help or guidance greatly appreciated,
Thanks,