Sign in to join the conversation:
Hi,
I would like to extract the number of tasks completed by a certain team using different sheet
Project team IT
Compleated
Not Started
Inprogress
Project team ERP
Hi Mohammed,
Do you want to collect information from other sheets? How many sheets?
Can you describe your process in more detail and maybe share the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@workbold.com)
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
I have a sheet that tracks census of sheltered animals and I want to display that census cell in another sheet that matches the room number. I had a formula that pulled that but another admin had accidentally deleted some columns/formulas. In short, I want the data from the census cell to be pulled into another sheet with…
Here is my formula: =IF(OR(ISBLANK([% complete]@row ), [% complete]@row = 0), "not started", IF(AND([% complete]@row > 0, [% complete]@row < 99), "in progress", IF([% complete]@row = 100, "Complete", ""))) Everything works well, until the project is 100%; formula continues to return "in progress" rather than "complete". I…
I need a formula that returns a specific web link to the cell at the row of my helper column ("Edit/Add Event") if my "start date" and "activity name" are NOT blank. Ideally, I'd also like the link to present as text: "Open Dynamic View". Appreciate any help!