How do I format text so that when the formula delivers the mixeddata, it looks right

  • Thread starter Thread starter Chrism
  • Start date Start date
C

Chrism

I'm using one formula to bring data from 2 cells (ranges actually)
into one cell. The data is mixed; text with $X.00. When the data is
delivered, the number is just an integer, no currency formatting.

A B

Item Description and Amount "Book 5"


=LOOKUP($E5,Items.xls!DataID,ItemDesc)&CHAR(10)&LOOKUP($E5,Items.xls!
DataID,ItemPrice)


Can someone suggest a way to format the amount in the 'B' column to
look like money?

Many thanks-

Chrism
 
Back
Top