Description
This function returns the user name who made the last change in your Mind project.
Syntax
=MM_LASTCHANGEDBY(Cell, ShowEmail)Cell: Cell for which to return the last user to make a change in Mind
ShowEmail: Boolean to specify to display user name or user mail in Mind. Put False if you want user name, True if you prefer user mail.
Remarks
You can not put the cell in which you write your formula as parameter of the function because it causes circular references.
You can not put an empty cell as parameter of the function.
Your user name in Mind is your user mail cut before the character "@".
Basic example
If you write in your Excel workbook the following formula in cell A2:
=MM_LASTCHANGEDBY(C4,FALSE)It will return in A2 your user name (if C4 is not an empty cell).

In Mind, when uploading or loading your project, it will return in Mind your user name too:

You may notice that if you calculate your project in Mind, the function will not detect any changes in your project and will return the sentence "No changes detected in project".