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 strongm 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: *

  • Users: CCNProjects
  • Content: Threads
  • Order by date
  1. CCNProjects

    VLOOKUP works aonly for the first row

    Hello, My VLOOKUP formula ( VLOOKUP(B2,key2,4,FALSE)) works only for the first row, i get "#N/A" for all other rows. I should get the same outcome for the first 10 rows (same individual), but I get the right result only for the first row. My identifier column (common column) has been sorted...
  2. CCNProjects

    Several Column - line graphs next to each other

    Hello, I would like to graph the quantities as bars and the values as lines for each country. Would it be possible to align the countries on the same graph? 2005 2006 2007 2005 2006 2007 tons tons tons million yen million yen million yen U.S. 25,866 27,597 16,064 3,936 3,718 3,048 Russia...
  3. CCNProjects

    grouping in pivot table

    Hello. I have an excel sheet with the following exchange rate data 01 jan 1999 0.1 02 jan 1999 0.5 ... 30 dec 2007 0.2 31 dec 2007 0.3 I could not group the dates and get an average exchange rate per year. The error I get is: Could not group that selection. I formatted my first column...
  4. CCNProjects

    Need to show headings for the first 3 pages only - excel

    Hello. When an excel document is printed the headings (column titles) appera on every page. I would like the headings not appear on the last page. How can I do that? Thanks.
  5. CCNProjects

    how to add more colors in Excel

    Hello. The number of colors one can use in Excel is rather limited. How may I add more colors (like in Word)? Thanks. (yes I know, it is a weird question)
  6. CCNProjects

    split cell - again!

    Hello all. I read the thread about never splitting a cell, but I need to do this. This is what I have: col1 col2 col3 col4 AA 5% 3% xxxx BB 7% 2% yyyy I need to display data as: col1 col2 AA xxxx D5%, C3%...
  7. CCNProjects

    IF & OR

    Hello. I would like to point out the cell value under a certain condition: if cell A1 or cell A2 is greater than 0.001, then write the greatest value of A1 and A2 in cell A3. =IF((A1>=0.001) OR (A2>=0.001), MAX(A1,A2),"")?????? Thanks for any hint.
  8. CCNProjects

    image as a background in Excel chart

    Hello. Is it possible to set a picture as a background in an Excel chart? I searched the forum, but did not find any question related to this subject. Thanks.
  9. CCNProjects

    Unique records

    Hello all. I have a column with multiple identical records. I would like to create a column with unique records. Example: from col1 to col2 A A A B B c C B Thanks for any hint.
  10. CCNProjects

    if function not giving results

    Hello, I am using this formula to fill the blanks in a column based on values on an adjacent column. =IF(C5 <> "",C5,B4) Instead of the values, I get the formula itself (it becomes a string) Would you please tell me why I can't make it behave? Thanks.
  11. CCNProjects

    simple % driving me nuts!

    Hello all. I would like to compute the % per column. For 1996, first cell, that would be 0/55207= 0%; Last cell of 1996, should be 55207/55207=100% and the total of all cells for 1996 should be 100% (like the last cell). Well I can't get excel do it right. The total are over 100% for all years...
  12. CCNProjects

    excel axis scale

    Hi. I have a long series of number that go from january 1998 to december 2007. I would like the x-axis scale to show only jan-98, jan-99, jan-00..... How would I do that? Thanks for any hint. Happy Holidays to all.
  13. CCNProjects

    subtotals in Excel

    Dear all: I have a huge table, and i would like to compute subtotals by year. this is my data. 1989 12 E 1605102025 1220 1 686 1839 0 1989 12 E 1605102025 1220 7 3810 22518 0 1989 12 E 1605104010 5880 30 20000 112504 0 1990 1 E 1605104005 1220 2 17690 196382 0 1990 1 E 1605104005 5800 27 17561...
  14. CCNProjects

    chart max &amp; min

    hello all. I would like to draw a chart with this data month max min Jan-06 1,717 1,567 Feb-06 1,725 1,600 Mar-06 1,725 1,600 Apr-06 1,725 1,600 May-06 1,725 1,600 Jun-06 1,693 1,557 I would like a line to go from minimum to maximum for each month. How can I do that? Thanks in advance.
  15. CCNProjects

    clock

    How do I set the clock or Outlook to chime every hour (if possible)? Thanks
  16. CCNProjects

    how to split a cell

    Hello. I would like to split a cell in excel, but i do not find the tool to do like in word (right click the cell, split cell) thanks for any hint.
  17. CCNProjects

    from text to number

    Hi. I have cells that contain 5+3 instead of 8, for example. (2+3, 5+0, 6+4, 1+7...) What is the best way to change this from text to number? Thanks a lot.
  18. CCNProjects

    concatenate

    Hi. I have two cells containing dates. in cell A, I have jan-19, and in cell B, I have February 2, 2004. What i would like to get is jan 19-February 2, 2004. the date in cell A is stored as a date, but in cell B as text. I tried to use this formula: =TEXT(B8,"DD MMM YY") &"-"&C8 I got this...
  19. CCNProjects

    sound softwares

    Hi. I am looking for a list of popular sound softwares to use for multimedia applications. Thanks.
  20. CCNProjects

    data validation not working properly

    hello. i am trying to prevent users from entering duplicate keys. data, validation, allow=custom, formula=COUNTIF($B$14:$B$30,B27)=1 i get a message error when i enter a duplicate key, but when i copy and paste a value that already exists, i do not get a message error and the value is...

Part and Inventory Search

Back
Top