Hi @Sumitesh Kumar
You need to create 12 calculated columns for mons(Jan, Feb,,,Dec).
You could use below formula for Jan, data type choose currency:
=IF(MONTH([Contract Execution Date])=1,[Potential TCV],"0")
Then create the rest 11 calculated columns, just replace "1" to "2" when create Feb, replace "1" to "3" when create March and so on.
As a result, you could get the list you want:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.