Forum Discussion
KOTTARATHIL
Jul 20, 2022Copper Contributor
help for formulae
need help to make a report sheet from data entry sheet. please see the attached screen shots. the numbers in cell of data entry are manually added. i want the same numbers automatically updated in "d...
- Jul 20, 2022
KOTTARATHIL In S4 on the Dues sheet, use this:
=FILTER(Data_Entry!$H:$H,(Data_Entry!$F:$F=$R4)*(Data_Entry!$I:$I=S$3),"-")
But you also need to use text headings on row 4 that exactly match the ones used in column I of the Data sheet. Lastly, one entry for 3E is in March 2022. The list item in the dropdown is a real date. change that to a text as well "Mar-22".
Made these changes in the attached file.
KOTTARATHIL
Jul 20, 2022Copper Contributor
Harun24HRGOA_Accounts_2022-23_trial.xlsx
THIS FORMULA '=TRANSPOSE('DATA ENTRY'!H141,IFS('DATA ENTRY'!H141=APRIL-22,'DATA ENTRY'!I141=3E) IS NOT WORKING
FOR YOUR PERUSAL PLEASE
Riny_van_Eekelen
Jul 20, 2022Platinum Contributor
KOTTARATHIL In S4 on the Dues sheet, use this:
=FILTER(Data_Entry!$H:$H,(Data_Entry!$F:$F=$R4)*(Data_Entry!$I:$I=S$3),"-")
But you also need to use text headings on row 4 that exactly match the ones used in column I of the Data sheet. Lastly, one entry for 3E is in March 2022. The list item in the dropdown is a real date. change that to a text as well "Mar-22".
Made these changes in the attached file.
- KOTTARATHILJul 20, 2022Copper ContributorGREAT, THANK YOU VERY MUCH