The formula I apply is -
"Total 60 KVA UPS:" &" " & CountIf(Gallery1_1.AllItems , Title5_7.Text ="60")
All column data type is - single line text input.
I am using two share point list as date source . one is for master date(for reference) and other for data entry.
I am displaying entered date in gallery as rows . columns include from both list.
if column data belongs to master list then count if not work if column data belongs to data entry list the it work.
for example in my formula - if UPS KVA rating data belongs to entered data list then formula work if UPS KVA rating data belongs to master list then formula is not work.
Thanks