Forum Discussion
IFS function not working
I have transferred a Googlesheet to excel and found the IFS functions aren't working. I have read a lot one the posts on this forum and made sure I am one the latest version of Excel and using Office 365 so that isn't the problem.
Upon transfer Excel has placed an "@" in front of "IFS" and each of the table names within the calculations affected. Even if I take the "@" signs out the calculation always returns a zero. Upon transfer from Googlesheets the figures within each cell are shown but as soon as you click on the cell the value 0 is returned into the field. I have also made sure all of the date fields in the calculation are the same mmm-yy format.
Can someone help please? Is the issue to do with formats?
6 Replies
- JKPieterseSilver ContributorCan you show the formula please? Or -even better- upload a sanitized copy of the file?
- petergraham250Copper Contributor
JKPieterse below the calculation. Difficult for me to upload the file as it is a company confidential document. Thank you.
=IFS(OR($E1888<$F$6,period_assumptions<$F$6,MONTH(period_assumptions)<>MONTH($E1888),$E1888>period_assumptions),0,period_assumptions=$E1888,W1042*VLOOKUP(YEAR(period_assumptions),table_premium_charged,2,FALSE),AND(MONTH(period_assumptions)=MONTH($E1888),period_assumptions>$E1888),W1324*VLOOKUP(YEAR(period_assumptions),table_premium_charged,2,FALSE))
- JKPieterseSilver ContributorWhat is the definition of period_assumptions?