View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme Bernard Liengme is offline
external usenet poster
 
Posts: 4,393
Default Question on the different symbols used in formulas

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