Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Tonyjstone

    Colour coding results

    Hi Lee, I don't know how many colour formats you need, but this is a procedure I developed some months ago and it works in the circumstances I have on one application. It may do for you. If you use Excel Conditional Formats & Excel Custom Formats you can have up to 6 Conditional Formats for...
  2. Tonyjstone

    Access to Excel Date format

    Thanks lupins46 for your effort. This problem is on a database at a colleagues office. I also, could not replicate the problem and I reckon it is in the original formatting of the "Date " col when they created the database. They say it is formatted as 'datetime' but..... I have connected them...
  3. Tonyjstone

    Access to Excel Date format

    The version is MS Office Pro 2003 The export was via "tools", then "analyse with MS Excel" The field was set as a datetime field. Thanks
  4. Tonyjstone

    Access to Excel Date format

    If you can assist I would be grateful: We have a database in access which is 5 cols wide and 800 rows deep. One col shows date, and is formatted in access as 'long date'. When we copy the database to an Excel sheet, (to facilitate manipulation as skills in Access are primitive), the date col...
  5. Tonyjstone

    Personal.xls in Excel 2003

    Hi Ken, Thanks Ken. That worked! Artificial Intelligence is no match for Natural Stupidity..
  6. Tonyjstone

    Personal.xls in Excel 2003

    I have recently invested in a new PC which has XP Home and was given Excel 2003 with the package. I am trying to install my "Personal.xls" from the old PC onto the new machine. but find I cannot access the XLStart folder to store the Personal file. I appreciate that the remedy may lie within XP...
  7. Tonyjstone

    Help with Array Formula

    Hi Glenn, That may be my only viable choice. Thanks for the response. Remember, half the people you know are below average.
  8. Tonyjstone

    Help with Array Formula

    Hi All, I have a spreadsheet which is a general file of expenses with one of the columns being 'Description'. In order to analyse the cumulative values I use an array formula which sums the values by description. {=SUM(($C$1:$C$80)*($D$1:$D$80=D88))} One of the descriptions is uniformly...
  9. Tonyjstone

    Insert a row after every 5 rows posible?

    Hi GUJU, If you were to colour the entire 1000 row field pale grey, and then, with the selection highlighted, select Conditional Format, Formula is, then enter this =MOD(ROW(),5) click Format and select the colour White, then click OK the selection will have every 5th row tinted grey.
  10. Tonyjstone

    Excel IF formula question

    Hi Comboy, I'm not sure if this is what you want, but nesting the statements seems to deliver the result you request. =IF(A1=15,"Reprint 5",IF(A1=10,"Reprint 10","Full Stock")) Naturally you will have to make the cell references relevant, and the visible statements can be adjusted.
  11. Tonyjstone

    Can't get MONTH to format correctly

    Thank you all for your help. I seem to have been led astray by the very useful XLFunction guide by Peter Noneley which I use to expand my meagre knowledge of functions. That workbook demonstrates the =month function in the manner I expected, not, as it is and has been described by your good...
  12. Tonyjstone

    Can't get MONTH to format correctly

    An unusual feature has started to appear on my Excel. Whenever I use the =MONTH function in a cell formatted for 'mmm' or 'mmmm' or anything other than 'number', the only result I can get is Jan or January, regardless of the date entered. The function does not produce the correct month...
  13. Tonyjstone

    How to fill 'empty sells' with zeros????

    Hello Ken, No I didn't , and I should have. I will take the trouble to do so in future. The content is is usually the solution required. Thanks for the comment. Tony
  14. Tonyjstone

    How to fill 'empty sells' with zeros????

    Many thanx Tony, I was sure there was a sequence like that. Oh how I wish I had paid attention last time Have a star
  15. Tonyjstone

    How to fill 'empty sells' with zeros????

    I am exporting a file from a "SAGE" Accounts application in an Excel format and then pasting it into a more complex excel sheet. On each occasion that the data is exported some of the rows of exported data contain blanks (not zeros, BLANKS, EMPTY CELLS), the range of empty cells is...
  16. Tonyjstone

    AWESOME Tip Sheet for EXCEL Functions

    This one of the most helpful 'tip-sheets' I have ever seen for Excel. Well done and a big THANK YOU.
  17. Tonyjstone

    Present Value calculation by single function

    Many thanks. That seems to have solved the problem nicely. Your generosity is much appreciated. Tony The more I learn the less I seem to know
  18. Tonyjstone

    Present Value calculation by single function

    I have been asked to provide a single cell function that will enable a calculation to show "the Present Value of a Single Fixed Investment which will yeild a given sum after 'x' years at 'y'percent interest" None of the usual 'functions' seems to achieve my goal. What would you...
  19. Tonyjstone

    Is there a "DateSaved" facility in Excel 2000 ?

    Thankyou both, I am feeling smug as I managed to follow your instructions and now have a working version. Thanks Tonyjstone "Sometimes I sits and thinks, and sometimes I just sits"
  20. Tonyjstone

    Is there a "DateSaved" facility in Excel 2000 ?

    Thanks xlbo I am a complete duffer when it comes to VB. Could you describe how I use your advice, or refer me to a thread that may help. Sorry to be a pain, and thanks again Tonyjstone "Sometimes I sits and thinks, and sometimes I just sits"

Part and Inventory Search

Back
Top