Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Excel Question
 
Posts: n/a
Default What does "," mean in a formula?

This is the formula put together and I was wondering if anyone knew what the
comma in between the quotations meant. Could you explain what the formula
means?

Thanks a bunch.

=IF(D16="","",D16)
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

If D16 is nothing (empty), then return nothing, otherwise return the value in
D16.

HTH
Jason
Atlanta, GA

"Excel Question" wrote:

This is the formula put together and I was wondering if anyone knew what the
comma in between the quotations meant. Could you explain what the formula
means?

Thanks a bunch.

=IF(D16="","",D16)

  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

The comma is simply an argument separator.

The function is IF. The IF function uses 3 arguments and the arguments are
separated by commas.

=IF

Argument 1 is D16="". Meaning D16 = blank

The first argument in an IF function is a logical test. That is, is this
condition TRUE or FALSE.

Argument 2 is "". Meaning blank.

The second argument in the IF function is the value to return if the logical
test is TRUE.

Argument 3 is D16. Meaning the value in D16.

The third argument in the IF function is the value to return if the logical
test is FALSE.

Put it all together:

IF D16 = blank, return blank, return D16

Biff

"Excel Question" wrote in message
...
This is the formula put together and I was wondering if anyone knew what
the
comma in between the quotations meant. Could you explain what the formula
means?

Thanks a bunch.

=IF(D16="","",D16)



  #4   Report Post  
JoOwl0
 
Posts: n/a
Default

In that case, why not jsut make the cell =D16?
Jason Morin wrote:
If D16 is nothing (empty), then return nothing, otherwise return the

value in
D16.


  #5   Report Post  
Dave Peterson
 
Posts: n/a
Default

If D16 is empty, then the formula =d16 will return a 0.



JoOwl0 wrote:

In that case, why not jsut make the cell =D16?
Jason Morin wrote:
If D16 is nothing (empty), then return nothing, otherwise return the

value in
D16.


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Named SUM Formula with relative refernce(s) Werner Rohrmoser Excel Worksheet Functions 2 April 20th 05 04:56 PM
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


All times are GMT +1. The time now is 03:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"