MIN function in google sheet

I want to find the minimum value of two columns line by line.If there are 50 rows(varies), then it should find the minimum value 50 times like “=MIN(AB2,AC2),…=MIN(AB50,AC50)”. The data of AB and AC is fetched from another google sheet and is appended to another sheet. I used set node and is able to do other functions such as division and multiplication but not this one. How can I do this line by line?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

@Maisha_V , is that what you are looking for?

1 Like

Yes!! Thanks for replying!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.