Reactions in JChem for Excel¶
Texts in reactions, which are written as text not as chemical data will not be recognized by these functions.
If a cell contains a reaction it can be decomposed with the following functions:
- JCReactant
- JCReagent
JCReactantStructure¶
Returns the structures of reactants in a reaction.
The function arguments are as follows:
- ReactionMolecule: Defines the cell where the reaction is displayed.
JCReagentStructure¶
Returns the structures of reagents in a reaction.
The function arguments are as follows:
- ReactionMolecule: The cell where the reaction is displayed.
JCProductStructure¶
Returns the structures of products in a reaction.
The function arguments are as follows:
- ReactionMolecule: The cell where the reaction is displayed.
- ProductIndex: The order of the product if more than one product exists.