Hi All,
I want to take numeric data for dashboard and need to count the "assign to" / individuals on tasks in another project or sheet.
I use the below formula types;
=COUNTIF({ Other project Range 1}, FIND("individual 1", @cell, 0))
=COUNTIF({other project Range 1}, "individual 1")
However, when I select the correct column and write the correct name, it gives me 0 as a result. How can I fix it?
I need numbers like this person has that number of tasks and also ... number of tasks completed / in progress.
Thank you,