Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: what does "," mean in an excel formula

1 view
Skip to first unread message

andyb

unread,
Apr 21, 2005, 11:11:42 AM4/21/05
to
Hi
A comma is usually used for separating parts of a function.

--
Andy.


"Excel Question" <Excel Ques...@discussions.microsoft.com> wrote in message
news:71C3A58D-004C-4F44...@microsoft.com...
> Could anyone tell me what this means in an excel formula?
>
> what does "," mean in an excel formula


Chip Pearson

unread,
Apr 21, 2005, 11:49:39 AM4/21/05
to
A comma is typically used to separate arguments in a function
call. Can you post an example of something specific?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

JulieD

unread,
Apr 21, 2005, 12:24:48 PM4/21/05
to
my vote is that it is a homework question ....

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
...well i'm working on it anyway
"Chip Pearson" <ch...@cpearson.com> wrote in message
news:Ot$u8moRF...@TK2MSFTNGP10.phx.gbl...

Excel Question

unread,
Apr 21, 2005, 12:42:00 PM4/21/05
to
this is the formula: =IF(D16="","",D16)

Thank you for your help on this.

"ww" wrote:

> It could mean a lot of things depending on the formula. If you give the
> complete formula I'm sure someone could help you out.

bj

unread,
Apr 21, 2005, 12:43:16 PM4/21/05
to
the if function is If(criteria, response if true, response if false)
In your formula
criteria D16="" this will be true if there is nothing in D16 or if an
eqauion will give an "" response

\the if true response is that if there is nothing in D16 there wil be
nothing (almost the same as "" but that is a different question) in th ecell
where the equation is

\the if false response is that if there is something in D16, show it here.

In this case the comma is a separator for different sections of the formula.
there are other formulas where the "," could be a text section being looked
for or as a result. for example if you wanted to replace a comma with a
semicolon in some cells you could use
=substitute(a1,",",";").
Inother words "," can have multiple meanings.

Excel Question

unread,
Apr 21, 2005, 1:48:01 PM4/21/05
to
=IF(D16="","",D16) is the formula I am looking at.
0 new messages