Forum Discussion
atta1122
Aug 22, 2021Copper Contributor
Multiple Formula In A Single Cell
I'm facing a problem if you could find its solution. In cell A1 7650 In cell B1 =À1*20% (Value in cell B1 = 1530) In Cell C1 =B1*30% (Value in cell C1 = 459) In cell D1 =Sum(B1+C1) (Va...
Detlef_Lewin
Aug 22, 2021Silver Contributor
=SUM(A1*20%*{1;0.3})
AA-ACTS
Oct 10, 2022Copper Contributor
Hi!
Please advise how to combine the below formula in single cell
=MATCH(V15,B2:B501,0) & =MATCH(V15,C2:C501,0)
- HansVogelaarOct 10, 2022MVP
Please explain what the end result should be.
- AA-ACTSOct 10, 2022Copper ContributorThe first formula it will show the row number of the value selected from column B
The 2nd formula it will show the row number of the value selected from column C
I want to combine these two formulae or more in a single cell to show the value selected either from column B or C or etc.- HansVogelaarOct 10, 2022MVP
- AA-ACTSOct 10, 2022Copper ContributorI want to find the row number or column number of selected value from a table