Hello everyone,
I'm struggling with this situation:
I would need a function that substitute only the current month (ex. in this case 2020-10) values in column E (in this case -496,569) with the previous month value(-2627,35).
If the date is not this month, just give me the value in E column.
Thanks a lot in advance for your help!
Matteo
Solved! Go to Solution.
Can you quickly provide this sample data. It can be solve with multi-row formula tool.
Here is a workflow for the task.
Input:
Output:
Workflow:
If you provide sample data i build a workflow for it too.
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
Here is the workflow based on your data.
Input:
Output:
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
Hello,
thanks a lot for your help and time,
I don't think it will work for all the rows:
Let's suppose we are in September.
in this case as you can see the current month which will be 2020-09 value (-1755) would be substitute with -699 (previous row). But in this case I'd like to have 0 as the previous month (august) is empty.
Is there a column giving current month.
The current workflow takes todays date to calculate current month.
But if there is a current month field we can adapt accordingly
I got your point your claim is what if the previous month is missing.
I have modified the workflow according to it.
Output:
In this demo output i have removed all 2020-09 so value for 2020-10 is 0
You can check and let me know 🙂
Great! That's seems working fine now!
Many many thanks for your help @atcodedog05 !! 🙂