web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Building APP - formula...
Power Apps
Answered

Building APP - formula for Sharepoint list

(0) ShareShare
ReportReport
Posted on by 162

Hi!  I had a hunt for something the same as this but SharePoint....no luck!  i am building an app on the list but i need help with a formula.  I have a date column and a month column.  i pull the month from the date using a formula.  

 

I need to have a column that gives me the number for days in the month.  

 

=IF(ISBLANK([Install Date]),"",((MONTH([Install date]),"D")

 

This is probably very wrong.....does anyone know the formula to calculate this?  

Categories:
I have the same question (0)
  • BCLS776 Profile Picture
    8,994 Moderator on at

    Try using a Switch:

     

    Switch(MONTH([Install date]),
     1,31,
     2,28,
     3,31,
     4,30,
     5,31,
     6,30,
     7,31,
     8,31,
     9,30,
     10,31,
     11,30,
     12,31
    )



  • Verified answer
    maries1986 Profile Picture
    162 on at

    Thanks @BCLS776 i actually got it!

     

    =IF(ISBLANK([Install date]),"",DAY(DATE(YEAR([Install date]),MONTH([Install date])+1,1)-1))

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 392 Most Valuable Professional

#2
11manish Profile Picture

11manish 181 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 112 Super User 2026 Season 2

Last 30 days Overall leaderboard