Google Sheet

Hi,

Please help!

I have a google sheet and I have copied this formula into every cell of a column.

=IFERROR(IFS(B2<>"Clock In","",VLOOKUP(C2,{C3:C,B3:B},2,0)="Clock Out",VLOOKUP(C2,{C3:C,A3:A},2,0)))

How would I construct it so it only appears in the header column and affects all new rows as they are created without me inserting it manually into the cell each time a new row is created?

Thanks

0 2 51
2 REPLIES 2

You can either use

  • ARRAYFORMULA, but its a pig to work with in some circumstances
  • Create a Google Script to do the same
  • Do it in Appsheet.  I have done loads of timesheet and never had to revert to google sheets formulas

https://1minmanager.com/timesheets/

I suggest you do it whithin appsheet using a virtual column.

Using Google Sheets formula with appsheet is very, very performance limiting.

Top Labels in this Space