I want the user to be able to highlight two cells in Calc (ie with Ctrl-click) and then divide the smaller value into the larger value and display the result in a third cell.
Example: if a user highlights two cells containing “3” and “12” then another cell must display “4”
Is there a function to operate on SELECTED() that I can use, or do I need a macro?