I have imported my excel budget and details sheets into Smartsheet and unfortunately my formulas don't import correctly.
I have struggled with rebuilding my formulas from excel to Smartsheet and that is the case with the below:
=RIGHT(MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255),5)
How do I rewrite this in Smartsheet so it pulls in my data from the details sheet?
Below is the other formula I can't figure out - pulling from same detail sheet:
=IF(ISERROR(VLOOKUP(($B$2&"-"&$D$2),COA!$B$4:$N$6608,10,FALSE)),0,VLOOKUP(($B$2&"-"&$D$2),COA!$B$4:$N$6608,10,FALSE))