I'm trying to port across a large database from Excel into Smartsheet to enable us to use the Kanban type activity flow.
My excel sheet uses multiple tabs, and on one of these tabs I have an 'Analysis' section that pulls in data from all of these tabs and uses cell references from multiple tabs.
Smartsheet (not using tabs) will require me to setup different sheets for each of my tabs which is fine, but some formulas require the use of data on different sheets.
Formula example:
==SUMPRODUCT(--(MONTH(SHEET1!P3:P1598)=B52)*(YEAR(SHEET2!P3:P1598)=C52))
The SHEET 1 & 2 are different tabs in the Excel file, which works fine, but I need to be able to reference different Smartsheets.
Is there a method for doing this?