Sign in to join the conversation:
I'm trying to report down the same date as my parent date. Of course this simple formula is not giving me the results I need.
I need the parent date for each job
You do not need a reference in the PARENT formula. Absent a reference, it will use the current row.
Hi Gina,
Try this.
=PARENT()
Did it work?
Hope that helps!
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
A little explanation as to Andree's correct solution.
Your formula of
=PARENT(Week3)
is saying to look at the parent of that cell. Week3. If you look at the parent of that cell, you will see that it is blank.
To reference the cell that the formula is residing in
=PARENT(this cell that the formula is in)
you would just leave out the cell reference.
Hi there, I've created a sheet to where my team is tracking information received. In one column, we are logging the date and time information came in (ie: November 21, 2025 8:30 AM). I would like to add a checkbox column, with a formula specifying that the box be checked if the logged time is AFTER 8:30 AM, and left…
I have a column named Territory, where I am trying to write a formula to populate it when names are chosen from an adjacent drop-down list column called Employee Attendee. If more than one name is selected from the Employee column, I would like their respective territories to populate in the Territory field, separated by a…
I have a list of properties that I'm keeping track of. I have each building divided into suites (children) and each suite has a cell with its square footage. The total square footage rolls up to the building name. I also have a drop down column that shows if the suite is occupied or vacant. I need a to calculate the…