I need a macro that copies data from one location in a workbook, pastes the
values only into a location in another workbook and then deletes the original
- Mar 13 Thu 2008 20:43
copy paste delete cell contents
- Mar 13 Thu 2008 20:43
If Statement based on blank fields
I am trying to write an IF statement in a cell for a calculation based
on whether a cell is blank or not. This is what I have started with
- Mar 13 Thu 2008 20:43
excel text
after choosing shrink to fit in a cell, when i go to print my document it
still goes into the nex cell. Is there something else i need to do?
- Mar 13 Thu 2008 20:43
Import csv data and convert to TIME format
- Mar 13 Thu 2008 20:43
how to write function to find max deviation from specific number .
how do I write a function to find the maximum deviation from a specific
number (say 25, for example) in a worksheet of numbers above and below 25
- Mar 13 Thu 2008 20:43
Complicated formulas
- Mar 13 Thu 2008 20:43
How to AUTO SAVE as opposed to turning on auto recovery: EXCEL
Is there a way to have Excell perform a SAVE at a specified frequency?
--
- Mar 13 Thu 2008 20:43
linking to a cell within a text cell or comment
Is there a way to link to a specific cell within a text cell or comment? For
example, I might have a text cell or comment that says quot;This formula is
- Mar 13 Thu 2008 20:43
Formula
I need a formula that will sum every x number of cells. For example: I have
data in every 8th cell and I want to write a formula that totals that data.
- Mar 13 Thu 2008 20:43
is number between values
If the dimension is in A1:
=if(a1lt;0.5943,quot;too lowquot;,if(a1gt;0.7129,quot;too highquot;,quot;just rightquot;))

