Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Is there a page somewhere that explains how to use the different symbols that are used in formulas for excel? I don't understand some of them like ! or quotes around nothing "", etc. I could figure out a lot better how to build formulas for various things if these symbols made sense to me. I can make the basic formulas, but have to ask about more complex ones because I just don't know how to ask excel to do what I want it to do at time! :) This discussion list has been a God-send for me!! Thanks to everyone here!!! :D Meenie |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
1) The ! thingy
In cell A1 of Sheet1, type a number (say 12) Go to sheet2 and in any cell type = Now open Sheet1, click on A1 and press Enter On Sheet2 you will see the number (12?) from Sheet1 Look at the formula; it will be =Sheet1!A1 That is what the ! thingy is for 2) Double quotes around nothing I have a formula in C1 that reads =A1/B1 I want this repeated down the column wait for some new data to be entered in row 2 and on But since B2 is zero I get the dreaded #DIV/0!; here the exclamation is to show an error To fix the problem, I replace the formula by =IF(B1<0,A1/B1,"") Now if B1 is zero, the cell displays nothing - there is no text between the two double quotes. Hope this helps best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Meenie" wrote in message ... Hi, Is there a page somewhere that explains how to use the different symbols that are used in formulas for excel? I don't understand some of them like ! or quotes around nothing "", etc. I could figure out a lot better how to build formulas for various things if these symbols made sense to me. I can make the basic formulas, but have to ask about more complex ones because I just don't know how to ask excel to do what I want it to do at time! :) This discussion list has been a God-send for me!! Thanks to everyone here!!! :D Meenie |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Meenie,
Try here for most of the symbols http://chacocanyon.com/smm/readings/...perators.shtml One that you may think is missing is "" i.e the quotes around nothing, well it means nothing literally for example =if(A1="",B1,C1) This asks if A1 is nothing then show the contenst of B1 or if A1 isn't nothing show C1. The ! sign is used when referencing other worksheets. Mike "Meenie" wrote: Hi, Is there a page somewhere that explains how to use the different symbols that are used in formulas for excel? I don't understand some of them like ! or quotes around nothing "", etc. I could figure out a lot better how to build formulas for various things if these symbols made sense to me. I can make the basic formulas, but have to ask about more complex ones because I just don't know how to ask excel to do what I want it to do at time! :) This discussion list has been a God-send for me!! Thanks to everyone here!!! :D Meenie |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you, Bernard, this is very helpful. I'll print it out so I can
familiarize myself with it :) Meenie "Bernard Liengme" wrote: 1) The ! thingy In cell A1 of Sheet1, type a number (say 12) Go to sheet2 and in any cell type = Now open Sheet1, click on A1 and press Enter On Sheet2 you will see the number (12?) from Sheet1 Look at the formula; it will be =Sheet1!A1 That is what the ! thingy is for 2) Double quotes around nothing I have a formula in C1 that reads =A1/B1 I want this repeated down the column wait for some new data to be entered in row 2 and on But since B2 is zero I get the dreaded #DIV/0!; here the exclamation is to show an error To fix the problem, I replace the formula by =IF(B1<0,A1/B1,"") Now if B1 is zero, the cell displays nothing - there is no text between the two double quotes. Hope this helps best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Meenie" wrote in message ... Hi, Is there a page somewhere that explains how to use the different symbols that are used in formulas for excel? I don't understand some of them like ! or quotes around nothing "", etc. I could figure out a lot better how to build formulas for various things if these symbols made sense to me. I can make the basic formulas, but have to ask about more complex ones because I just don't know how to ask excel to do what I want it to do at time! :) This discussion list has been a God-send for me!! Thanks to everyone here!!! :D Meenie |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you Mike! That is a very helpful page!! I've saved it in my favorites
and will be using it a lot I'm sure!! Thank you so much and for your explanations below also!! Meenie :) "Mike" wrote: Hi Meenie, Try here for most of the symbols http://chacocanyon.com/smm/readings/...perators.shtml One that you may think is missing is "" i.e the quotes around nothing, well it means nothing literally for example =if(A1="",B1,C1) This asks if A1 is nothing then show the contenst of B1 or if A1 isn't nothing show C1. The ! sign is used when referencing other worksheets. Mike "Meenie" wrote: Hi, Is there a page somewhere that explains how to use the different symbols that are used in formulas for excel? I don't understand some of them like ! or quotes around nothing "", etc. I could figure out a lot better how to build formulas for various things if these symbols made sense to me. I can make the basic formulas, but have to ask about more complex ones because I just don't know how to ask excel to do what I want it to do at time! :) This discussion list has been a God-send for me!! Thanks to everyone here!!! :D Meenie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Basic question about what formulas look at. | Excel Worksheet Functions | |||
GENERAL QUESTION - FORMULAS | Excel Discussion (Misc queries) | |||
Freezing Formulas Question 2 | Excel Discussion (Misc queries) | |||
Copying Formulas Question | Excel Discussion (Misc queries) | |||
Question On Excel Formulas | Excel Worksheet Functions |