Hi All, I have created a Gallery and loaded the data from excel as table format The data is Table1 and layout has three values Body as AvailableHrs, Subtitle3 as Month and Title4 as Year and it is coming fine as expected. I have created a Texbox and using the below formula to populate hrs based on the current month but the values compared have mismatched type (Left is text and right is number) but the same formula is working fine in another apps Text(LookUp(Table1,Month=(Month(Now())),AvailableHrs)) But i have use the below formula then it is working fine. Please help Text(LookUp(Table1,Month="2",AvailableHrs))