I am trying to pull totals from my 2023 sheet into my 2024 sheet. The totals I am pulling are in a different column but same row as where I want them, so I decided to use VLOOKUP.
2023 Sheet:
2024 Sheet:
I want 'Total 2023' to be pulled and placed in 'Previous Years Total' for each corresponding row.
My formula:
=IF(VLOOKUP("Installed 2in PL - " + BCA@row, {2023 - Install/Gas Range 4}, 6, false) = 0, 0, "Installed 2in PL - " + BCA@row, {2023 - Install/Gas Range 4}, 6, false)
References:
- BCA@row is each projects unique identifier (in this case it will pull 309627) so that I can use the same formula for multiple projects. I have a BCA column on both sheets.
- {2023 - Install/Gas Range 4} is columns from 'Project' to 'Total 2023'