Post Reply 
"SOLVER" function as in Excel
01-04-2022, 08:47 AM
Post: #10
RE: "SOLVER" function as in Excel
Quote:is it possible in the "spreadsheet" APP to use an "IF THEN ELSE" statement as in EXCEL?

I did not find a direct way, but a somewhat indirect.
Suppose you want to compare the number in cell A1 with the number in cell A2 and you want to have the number 50 in cell B1 if A1 > A2, else 20.
Then you type in a cell not A1, A2 or B1 (e.g. A3): =A1>A2
If A1>A2 is true you will get 1 in A3, else 0.
So you have to put in cell B1: =A3*30+20 to get the result.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
"SOLVER" function as in Excel - robmio - 01-01-2022, 08:17 PM
RE: "SOLVER" function as in Excel - rawi - 01-02-2022, 03:59 AM
RE: "SOLVER" function as in Excel - robmio - 01-02-2022, 05:35 AM
RE: "SOLVER" function as in Excel - robmio - 01-02-2022, 06:44 AM
RE: "SOLVER" function as in Excel - robmio - 01-02-2022, 07:44 AM
RE: "SOLVER" function as in Excel - C.Ret - 01-02-2022, 11:35 AM
RE: "SOLVER" function as in Excel - robmio - 01-03-2022, 06:39 AM
RE: "SOLVER" function as in Excel - rawi - 01-02-2022, 08:21 AM
RE: "SOLVER" function as in Excel - robmio - 01-03-2022, 06:23 PM
RE: "SOLVER" function as in Excel - robmio - 01-04-2022, 01:18 PM
RE: "SOLVER" function as in Excel - robmio - 01-04-2022, 01:22 PM
RE: "SOLVER" function as in Excel - C.Ret - 01-04-2022, 08:22 PM
RE: "SOLVER" function as in Excel - rawi - 01-04-2022 08:47 AM



User(s) browsing this thread: 1 Guest(s)