Forum Discussion

KOTTARATHIL's avatar
KOTTARATHIL
Copper Contributor
Jul 20, 2022

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...
  • Riny_van_Eekelen's avatar
    Riny_van_Eekelen
    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.

Resources