PC Review


Reply
Thread Tools Rate Thread

how to add comma to a formula

 
 
Himansu
Guest
Posts: n/a
 
      30th Jun 2008

Hello everyone,

Does anyone know how to add a comma to a formaula. For example:

-----
="( )$"&D7*2
-----

if d7 = 1000

then I would like the formula to return ( )$2,000

---
** Any help will be greatly apprecitated...

--
Himansu


 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      30th Jun 2008
Either use

=TEXT(D7*2,"""()""$#,##0")

or just use

=D7*2 and format the cell as ""()""$#,##0

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Himansu" <(E-Mail Removed)> wrote in message
news:O%(E-Mail Removed)...
>
> Hello everyone,
>
> Does anyone know how to add a comma to a formaula. For example:
>
> -----
> ="( )$"&D7*2
> -----
>
> if d7 = 1000
>
> then I would like the formula to return ( )$2,000
>
> ---
> ** Any help will be greatly apprecitated...
>
> --
> Himansu
>
>



 
Reply With Quote
 
Himansu
Guest
Posts: n/a
 
      30th Jun 2008
Thanks Bob! I worked wondefully.

"Bob Phillips" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Either use
>
> =TEXT(D7*2,"""()""$#,##0")
>
> or just use
>
> =D7*2 and format the cell as ""()""$#,##0
>
> --
> HTH
>
> Bob
>
> (there's no email, no snail mail, but somewhere should be gmail in my

addy)
>
> "Himansu" <(E-Mail Removed)> wrote in message
> news:O%(E-Mail Removed)...
> >
> > Hello everyone,
> >
> > Does anyone know how to add a comma to a formaula. For example:
> >
> > -----
> > ="( )$"&D7*2
> > -----
> >
> > if d7 = 1000
> >
> > then I would like the formula to return ( )$2,000
> >
> > ---
> > ** Any help will be greatly apprecitated...
> >
> > --
> > Himansu
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't separate formula parameters with a comma addrums11@gmail.com Microsoft Excel Discussion 2 20th Oct 2006 03:36 PM
how do i concatenate a string and cell formula and use a comma? =?Utf-8?B?Ym9iIGFsb3U=?= Microsoft Excel Worksheet Functions 2 24th Feb 2006 03:30 PM
how i use formula when i put the comma myself =?Utf-8?B?TWlzc2k=?= Microsoft Excel Misc 1 7th Feb 2005 12:39 PM
Re: comma's in a formula (esp an array) David McRitchie Microsoft Excel Misc 0 29th Jul 2004 03:50 PM
comma's in a formula (esp an array) Frank Kabel Microsoft Excel Misc 0 29th Jul 2004 03:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:36 PM.