|
2021년 1월부터 기존 파일 형식을 더 이상 사용할 수 없습니다. 기존 파일을 전환하거나 PDF를 다운로드할 수 있습니다. 자세히 알아보기

Formula "#NAME?" error on export to .xlsx

답변함
0

댓글

댓글 4개

  • Scott Paasch
    I have had that same problem with other formulas and I found out it is a formatting issue, it would convert the cells into a text value rather than a number value. In the cell(s) that are having the error, may want to add in the formula =NUMBERVALUE( and in the export it will export it as a number (if that is what you are after) and this should elimintate the #NAME error on the export.  
    0
  • Jeremy Shumilak
    Thanks good idea, but my formula returns a text value so this would return an error, also Workiva doesn't seem to recognize the =NUMBERVALUE formula so creates an error in Workiva?
    0
  • Scott Paasch
    Try using the =TRIM( formula this removes all extra characters except spaces between words and kicks it out as text.
    I have used the NUMBERVALUE in Wdesk, you have to make sure you define what the number looks like. for example:F
    =NUMBERVALUE(C5,$###,##0). This will convert cell C5 into a number that is formatted like $100,000 
    0
  • Jeremy Shumilak
    Looks like the issue goes away if I remove the IFNA formula -- I can add the TRIM function as well but if the IFNA formula is present it doesn't help. Not sure what it is about this formula that Excel doesn't like as the spelling for the formula is the same in Workiva and Excel but I'll remove it. Thanks anyway!
    0

댓글을 남기려면 로그인하세요.