Fomula Solution's

Is it possible to have different formula (cell) for every “item”.

@rohithk

No, not “literally”. However, there are a number of ways to do this “effectively”, depending on the details of the specific use case.

For example, you might want different formulas based on a “Type” status column.
When {Type} = “Basic”: ADD_DAYS({Date}, 5)
When {Type} = “Classic”: ADD_DAYS({Date}, 15)
This could be done with a formula like this:
IF({Type} = "Basic", ADD_DAYS({Date}, 5), IF({Type} = "Classic", ADD_DAYS({Date}, 15), "")


Jim - The Monday Man (YouTube Channel)
What is Make & How can it help you?
We Create Custom Solutions
Schedule a 1-on-1 Tutorial Session (for monday, Make & “Nature or Nurture”)