Question about using programs in spreadsheet
|
07-27-2023, 08:13 PM
(This post was last modified: 07-27-2023 08:24 PM by froehlic.)
Post: #2
|
|||
|
|||
RE: Question about using programs in spreadsheet
If I understand that correct: You want to call a program inside a cell?
You can do that like this: Code:
Now you can put your values for a and b in spreadsheet cells, lets say A1 and A2. Define A3 as: =FF_min(A1, A2) The value in A3 is always the minimum of A1 and A2. This as a simple example. Your program can be whatever, for this special case you have to return a single object that can be stored in a cell. You also can manipulate other cells in your program: Code:
Hope that's useful for you. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Question about using programs in spreadsheet - nickapos - 07-27-2023, 05:12 PM
RE: Question about using programs in spreadsheet - froehlic - 07-27-2023 08:13 PM
RE: Question about using programs in spreadsheet - nickapos - 07-28-2023, 02:14 AM
RE: Question about using programs in spreadsheet - matalog - 07-29-2023, 08:00 PM
RE: Question about using programs in spreadsheet - froehlic - 08-03-2023, 07:12 AM
RE: Question about using programs in spreadsheet - roadrunner - 07-29-2023, 09:38 PM
RE: Question about using programs in spreadsheet - matalog - 07-30-2023, 04:52 PM
RE: Question about using programs in spreadsheet - nickapos - 07-30-2023, 05:41 PM
RE: Question about using programs in spreadsheet - StephenG1CMZ - 07-30-2023, 10:40 PM
RE: Question about using programs in spreadsheet - matalog - 07-30-2023, 07:26 PM
RE: Question about using programs in spreadsheet - nickapos - 08-03-2023, 02:31 PM
|
User(s) browsing this thread: 1 Guest(s)