• WSyoyophil

    WSyoyophil

    @wsyoyophil

    Viewing 15 replies - 16 through 30 (of 71 total)
    Author
    Replies
    • in reply to: IF Formula…Values Between (XP) #843977

      “then I will hide the row”

      I take it you mean you will manually hide the row? and without knowing what exactly is in the row of cells you want to review I assumed number entries. If you have numbers across column A to J, in K1 you could place

      =COUNTBLANK(A1:J1)

      you can copy this down as far as needed. If it calculates to 10, meaning 10 blanks, then you can manually hide that row.
      You would need some VBA code if you want the formula to calculate and then for Excel to automatically hide the row.

      yoyoPHIL

    • in reply to: IF Formula…Values Between (XP) #843978

      “then I will hide the row”

      I take it you mean you will manually hide the row? and without knowing what exactly is in the row of cells you want to review I assumed number entries. If you have numbers across column A to J, in K1 you could place

      =COUNTBLANK(A1:J1)

      you can copy this down as far as needed. If it calculates to 10, meaning 10 blanks, then you can manually hide that row.
      You would need some VBA code if you want the formula to calculate and then for Excel to automatically hide the row.

      yoyoPHIL

    • in reply to: ISERROR and IF (EXCEL 2003) #843959

      There is a problem with your formula when there is no number in the A cell but the B cell has a number. I believe that we want to show — in this instance. Your formula will calculate to 0 because an empty cell divided by a number is 0 according to excel and the 0 is a number.

      See attached

      yoyoPHIL

    • in reply to: ISERROR and IF (EXCEL 2003) #843960

      There is a problem with your formula when there is no number in the A cell but the B cell has a number. I believe that we want to show — in this instance. Your formula will calculate to 0 because an empty cell divided by a number is 0 according to excel and the 0 is a number.

      See attached

      yoyoPHIL

    • in reply to: Excel Dates (XP (but others also?)) #843630

      Its PHIL not Bill but at least you didn’t call me Woody (Hans has been mislabeled Woody already).

      What I get from your answer to my first question was that your spreadsheet is acting as though it is set to English/US and not English/UK as you think. As Hans stated, “Excel uses the date format set in the Regional Options / Regional and Language Options control panel, EXCEPT for cells whose number format property has been set explicitly to a format that deviates from the Control Panel setting.”
      If your control panel setting is set to English/UK then I believe you have a setting somewhere which tells the file/sheet to use English/US.
      Did you try opening a new file and entering dates and did it act the same way? If the new file acted correctly, that is, the date was properly configured in English/UK, then the problem is within your original file and not the system settings. Hopefully this gets you on the right track to finding the problem.

      yoyoPHIL

    • in reply to: Excel Dates (XP (but others also?)) #843631

      Its PHIL not Bill but at least you didn’t call me Woody (Hans has been mislabeled Woody already).

      What I get from your answer to my first question was that your spreadsheet is acting as though it is set to English/US and not English/UK as you think. As Hans stated, “Excel uses the date format set in the Regional Options / Regional and Language Options control panel, EXCEPT for cells whose number format property has been set explicitly to a format that deviates from the Control Panel setting.”
      If your control panel setting is set to English/UK then I believe you have a setting somewhere which tells the file/sheet to use English/US.
      Did you try opening a new file and entering dates and did it act the same way? If the new file acted correctly, that is, the date was properly configured in English/UK, then the problem is within your original file and not the system settings. Hopefully this gets you on the right track to finding the problem.

      yoyoPHIL

    • in reply to: ISERROR and IF (EXCEL 2003) #843537

      I think something like this would work for you. It places — for errors and also when either or both cells involved in the needed formula are empty and runs the formula when both cells have numbers.

      yoyoPHIL

    • in reply to: ISERROR and IF (EXCEL 2003) #843536

      I think something like this would work for you. It places — for errors and also when either or both cells involved in the needed formula are empty and runs the formula when both cells have numbers.

      yoyoPHIL

    • in reply to: Excel Dates (XP (but others also?)) #843518

      A few questions.
      1) When you type 27/01/2004 into an English-US cell, you would get 27/01/2004 even when the format is set to date dd/mm/yyyy. Excel would not be able to convert it and thus would leave it as-is which would appear to be English-UK correct. Maybe those entries that you believe are working correctly are not really formatted in English-UK and are just being read as text? If you try entering 27-01-2004 does it convert to 27/01/2004 or does it keep the dashes? I’m just trying to decipher whether the file is being read/formatted in both English/UK and English/US. If you would find that only English/US is really being used it would narrow down your search for the problem.

      2) Does this only occur on this particular spreadsheet or have you noticed problems on other files you run on your system?

      3) Did you create this spreadsheet or did whoever made it place some coding that you are unaware of into it which adjusts formatting for some reason?

      yoyoPHIL

    • in reply to: Format Issues (2003) #842119

      Once a conditional format is created in a cell, it can be copied down, accross or even to specific cells on the sheet. Say the conditional format is already created in cell A1 and you need it in cell C5, E8 and F10. You can copy A1 and then select C5, E8 and F10, use paste special and under paste, select formats. Conditional formatting will be copied as well as any other formatting from A1.
      As stated by the other loungers, attention needs to be paid to absolutes and named ranges.

      yoyoPHIL

    • in reply to: Format Issues (2003) #842120

      Once a conditional format is created in a cell, it can be copied down, accross or even to specific cells on the sheet. Say the conditional format is already created in cell A1 and you need it in cell C5, E8 and F10. You can copy A1 and then select C5, E8 and F10, use paste special and under paste, select formats. Conditional formatting will be copied as well as any other formatting from A1.
      As stated by the other loungers, attention needs to be paid to absolutes and named ranges.

      yoyoPHIL

    • in reply to: lookup with variable number of matches? (Excel 200 #842105

      Chipshot;

      I like the formula. I added a slight adjustment. If the hymn was never sung or maybe only once or twice, etc., the result would be a 0 or if a date format is set you would get 1/0/00. My addon to your work stops this from occurring and leaves the result blank. See attached

      yoyoPHIL

    • in reply to: lookup with variable number of matches? (Excel 200 #842106

      Chipshot;

      I like the formula. I added a slight adjustment. If the hymn was never sung or maybe only once or twice, etc., the result would be a 0 or if a date format is set you would get 1/0/00. My addon to your work stops this from occurring and leaves the result blank. See attached

      yoyoPHIL

    • in reply to: Something like MODE for text values? (2002-XP) #841831

      The formula Hans supplied will not account for multiple winners. If both A and E have a high of 10 responses, whichever letter is encountered first in the range will be selected.
      Try this formula, again if the range is A1:A100

      =”A-“&COUNTIF(A1:A100,”A”)&”/ B-“&COUNTIF(A1:A100,”B”)&”/ C-“&COUNTIF(A1:A100,”C”)&”/ D-“&COUNTIF(A1:A100,”D”)&”/ E-“&COUNTIF(A1:A100,”E”)

      It will give you the count for each letter in one cell. Hope it helps.

      yoyoPHIL

    • in reply to: Something like MODE for text values? (2002-XP) #841832

      The formula Hans supplied will not account for multiple winners. If both A and E have a high of 10 responses, whichever letter is encountered first in the range will be selected.
      Try this formula, again if the range is A1:A100

      =”A-“&COUNTIF(A1:A100,”A”)&”/ B-“&COUNTIF(A1:A100,”B”)&”/ C-“&COUNTIF(A1:A100,”C”)&”/ D-“&COUNTIF(A1:A100,”D”)&”/ E-“&COUNTIF(A1:A100,”E”)

      It will give you the count for each letter in one cell. Hope it helps.

      yoyoPHIL

    Viewing 15 replies - 16 through 30 (of 71 total)