Using Conditional Formatting in Matrices
- May 10, 2023
- 1 reply
- 1483 views
Hi,
I'm attempting to use conditional formatting to determine whether values meet certain criteria within a matrix, and then based on those results, manipulate the values within the matrix by certain formulas embedded within the if/then statements.
Right now I have the contents of the original matrix (output from the embedded excel file), and I'm attempting to use a separate variable (Mcalc) to use step functions to move in both directions within the matrix to identify each value within the matrix to confirm whether it meets certain criteria. I believe I'm getting hung up on the portion where I'm trying to use two separate step functions within the definition of a single variable.

My other question relates to the embedded excel I have within the document. Is there any way to perform the calculation I have within the embedded excel (a simple formula that references two separate vectors of different lengths) outside of excel?

Thanks in advance,

