Skip to main content
How do I bring the current YTD month count into a formula? I need a variable that means 8 in August, 9 in September. I am trying to multiply a monthly price to get YTD revenue within a formula. Any help appreciated!
2 answers
  1. Aug 22, 2019, 10:13 AM
    Try this (where Monthly_Price__c is your field):

     

    MONTH(TODAY())*Monthly_Price__c
0/9000