Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Elaine
 
Posts: n/a
Default Using Quotes in Formulas

Hello everyone,

Basic question:
Is there a set quideline on when to use quotes in formulas and array
formulas?
--
Thank you... Elaine
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Can you be more specific?

You must use quotes when referencing text values:

=IF(A1="Red","yes it is","no it isn't")

=SUMIF(A1:A10,"Ten",B1:B10)

Do not use quotes when referencing numbers:

=IF(A1=10,10,0)

=SUMIF(A1:A10,10,B1:B10)

Biff

"Elaine" wrote in message
...
Hello everyone,

Basic question:
Is there a set quideline on when to use quotes in formulas and array
formulas?
--
Thank you... Elaine



  #3   Report Post  
Elaine
 
Posts: n/a
Default

What about in Array formulas? Does the same rule/guide apply?
--
Thank you... Elaine


"Biff" wrote:

Hi!

Can you be more specific?

You must use quotes when referencing text values:

=IF(A1="Red","yes it is","no it isn't")

=SUMIF(A1:A10,"Ten",B1:B10)

Do not use quotes when referencing numbers:

=IF(A1=10,10,0)

=SUMIF(A1:A10,10,B1:B10)

Biff

"Elaine" wrote in message
...
Hello everyone,

Basic question:
Is there a set quideline on when to use quotes in formulas and array
formulas?
--
Thank you... Elaine




  #4   Report Post  
bj
 
Posts: n/a
Default

I would use the help function on when to use Quotes for specific functions.
for example you often, but not always need to use quotes in countif() or
sumif() equations, Many eqations which format things [text()] require quotes.

Generally you use quotes with text, logic or formats, and do not use them
with numbers. but as said above, not always.


"Elaine" wrote:

Hello everyone,

Basic question:
Is there a set quideline on when to use quotes in formulas and array
formulas?
--
Thank you... Elaine

  #5   Report Post  
Elaine
 
Posts: n/a
Default

Just a simple thank you for your quick response to my basic question.
--
Elaine


"Biff" wrote:

Hi!

Can you be more specific?

You must use quotes when referencing text values:

=IF(A1="Red","yes it is","no it isn't")

=SUMIF(A1:A10,"Ten",B1:B10)

Do not use quotes when referencing numbers:

=IF(A1=10,10,0)

=SUMIF(A1:A10,10,B1:B10)

Biff

"Elaine" wrote in message
...
Hello everyone,

Basic question:
Is there a set quideline on when to use quotes in formulas and array
formulas?
--
Thank you... Elaine






  #6   Report Post  
Elaine
 
Posts: n/a
Default

Thank you this answers my question.
--
Elaine


"bj" wrote:

I would use the help function on when to use Quotes for specific functions.
for example you often, but not always need to use quotes in countif() or
sumif() equations, Many eqations which format things [text()] require quotes.

Generally you use quotes with text, logic or formats, and do not use them
with numbers. but as said above, not always.


"Elaine" wrote:

Hello everyone,

Basic question:
Is there a set quideline on when to use quotes in formulas and array
formulas?
--
Thank you... Elaine

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
Need Formulas for counting multiple conditions OrdOff Excel Worksheet Functions 4 July 3rd 05 06:12 PM
Help, Urgent Excel Formulas are not calculating maashoff Excel Discussion (Misc queries) 1 May 3rd 05 12:25 AM
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 08:37 AM.

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"