Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 202
Default What does " mean in excel

When working in excel and doing my labs, I am often told to use " " in my
formulas but I don't know what " " stand for and the ! is also used, can
someone explain to me what " " and ! mean?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 833
Default What does " mean in excel

EXCEL 2007

" "

1. This can mean that text is being inserted in the formula.

2. In this example:-

=IF(AND(C2="East",D2<20),D2*100%,"Not Applicable")

The 2 words in inverted commas are text.

"East" means if the formula finds that text (East) in cell C2.

"Not Applicable" means that Not Applicable will be placed into a cell if the
2 conditions in the formula are found to be false.

If my comments have helped please hit Yes.



"Jane" wrote:

When working in excel and doing my labs, I am often told to use " " in my
formulas but I don't know what " " stand for and the ! is also used, can
someone explain to me what " " and ! mean?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 833
Default What does " mean in excel

EXCEL 2007

!

Here is an example of use of the above.

1. In Sheet1 cell A1 I have the following text:-

sheet1 cell a1

2. In Sheet2 cell A1 I have the followingformula:-

=Sheet1!A1

This returns:-

sheet1 cell a1

- in Sheet2 cell A1.

The above is one example of how ! is used.

Please hit Yes if my comments have helped.

Thanks.









"Jane" wrote:

When working in excel and doing my labs, I am often told to use " " in my
formulas but I don't know what " " stand for and the ! is also used, can
someone explain to me what " " and ! mean?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7,247
Default What does " mean in excel

It is the multiplication operator. E.g., =A1*B1 multiplies cell A1 by
cell B1.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional,
Excel, 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com



On Fri, 5 Mar 2010 20:34:49 -0800, Jane
wrote:

When working in excel and doing my labs, I am often told to use " " in my
formulas but I don't know what " " stand for and the ! is also used, can
someone explain to me what " " and ! mean?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default What does " mean in excel

Do not use " " in your formulas. That creates a space.

Use "" to return nothing as a condition..

e.g. =IF(A1="","",A1)

Means if A1 is empty, show nothing.....if something in A1 show that.

=IF(A1=" ", " ",A1) is entirely different

Means if A1 contains a space, return a space.

Not good.


Gord Dibben MS Excel MVP

On Fri, 5 Mar 2010 20:34:49 -0800, Jane
wrote:

When working in excel and doing my labs, I am often told to use " " in my
formulas but I don't know what " " stand for and the ! is also used, can
someone explain to me what " " and ! mean?




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,203
Default What does " mean in excel

I think Gord Dibben has given a good explanation of what " " means, and why
you should most often use "" instead <g (which I agree with).

The ! is a separator character between a sheet name and a cell range. Such
as:
=Sheet1!A5
says to echo the contents of cell A5 on Sheet1.
and
=SUM('Another Sheet'!A6:A10)
says to perform the SUM function on cells A6:A10 on a sheet named Another
Sheet. In this case, because there is a space in the other sheet's name, you
have to enclose the sheet name in the single quote marks as shown.

Hope this helps.

"Jane" wrote:

When working in excel and doing my labs, I am often told to use " " in my
formulas but I don't know what " " stand for and the ! is also used, can
someone explain to me what " " and ! mean?

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
Selecting "Save As" adds "Copy of" to file name- MS Excel 2007 ronhansen Excel Discussion (Misc queries) 1 November 15th 09 09:33 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
Excel "Move or Copy" and "Delete" sheet functions dsiama Excel Worksheet Functions 1 December 28th 07 01:57 PM
How do I change the column heading in Excel to display "A" "B" "C Thai New Users to Excel 1 November 30th 07 08:06 PM
Help!!! Enter "7" in a cell and Excel changes the "7" to "11" immediately!!! [email protected] Excel Discussion (Misc queries) 3 January 5th 07 02:18 PM


All times are GMT +1. The time now is 08:25 PM.

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

About Us

"It's about Microsoft Excel"