Welcome to the

Google Cloud Community

Meet industry peers, ask questions, collaborate to find answers, and connect with Googlers who are making the products you use every day.

cancel
Showing results for 
Search instead for 
Did you mean: 
New Member
Since ‎06-21-2019
‎02-12-2024

My Stats

  • 12 Posts
  • 0 Solutions
  • 2 Likes given
  • 6 Likes received

CMsDeveloper's Bio

Badges CMsDeveloper Earned

View all badges

Recent Activity

I have an action (Track Materials) that tracks material of a [Job Name] from ‘Tracking’ form. The behavior is set to go to another view (form) w/in this app. LINKTOFORM(“Material Track”,“Job Name”,[Job Name]) This allows me to track materials to the ...
I want to round or ceiling to the nearest .25 with this app formula. IF( iSBLANK([amount]) ,CEILING([calc hours]) * LOOKUP([Equipment], “Services”, “Service”, “Rate”) , LOOKUP([Job Name], “Accounts”, “Account”, “Amount”)) Some rates are $250/hour so ...
Hello, I’m trying to count the number of times a specific entry is made on my form. Table = log Column - job name Basically, If job name appears more than 1x, I want to prevent the job revenue formula from repeating. Thanks!