Every day I get a small excel file (2003) by email (2003 outlook express) and after I get done with it i delete it.(at least I thought I did) come to find out it has been going to a temp. (OLK) file in my C: drive. After talking this over with several people someone told me that they had at one...
I have the below formula that I would like to add the IF(ISERROR function to.
I have been struggling with for 3 hours.
if it produces an error i would like the cell to be blank.
Thanks in advance.
please help...
I have a list of daily numbers that I have made a line chart of.
I don't know if the following request is even possible.
I would like to have some features in the chart, that I am not capable of doing and I would like some help that I am willing to pay for.
I would like the next day on the...
I have a column that is formatted as 20.0 wide.
that is good for the first 25 rows.
my question can the next 10 (or so) rows convert that column into 5 columns 4.0 wide?
Thanks in advance for any help.
irenesboy
Hi All
I have this line of code in a vba macro that I use
Range("B2:B" & LR).FormulaR1C1 = "=IF(RC[-1]=""LARRY"",""Lar"",""NONE"")"
It is in column B looking at column A and if the word/name in the corresponding cell in column A is “LARRY” it works fine. (either Lar or NONE).
My problem is...