I'm trying to figure out why my excel formula is ignoring trailing zeros. I've tried different formatting and it still won't work. The issue is with cell Q32. Q32 shows as .0350 but when my formula grabs it it shows as 0.035. It should show as .0350. Any help on this would be great.
My formula is:
="CONFIRM: You "&M32&" "&N32&IF(K32="APO","/mo ","/kbbl ")&J32&" "&K32&" "&L32&" "&P32&" "&O32&" @ "&Q32&", "&IF(ISBLANK(T32),"You "&W32&" "&X32&IF(K32="APO","/mo ","/kbbl ")&J32&" "&L32&" "&IF(K32="APO","financial futures ","futures ")&" @ "&Y32&"; ClearPort, Thank You","You "&R32&" "&S32&IF(K32="APO","/mo ","/kbbl ")&J32&" "&K32&" "&L32&" "&T32&" "&U32&" @ "&V32&", You "&W32&" "&X32&IF(K32="APO","/mo ","/kbbl ")&J32&" "&L32&" "&IF(K32="APO","financial futures ","futures ")&" @ "&Y32&"; ClearPort, Thank You")
Solved by M. Y. in 21 mins