Format 200000 as currency within concatenate statement

  • Thread starter Thread starter Steve Stadelhofer
  • Start date Start date
S

Steve Stadelhofer

I would like to format the number in this function within
the concatenate statement as currency. i.e., $200,000.00
e.g.,
=CONCATENATE("(accrual balance = ",ROUND(D11,2))
where d11 is 200,000.00
or,
=CONCATENATE("accrual balance = ",200000)
to be accrual balance = $200,000.00

Thanks,
Steve
 
Back
Top