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 Shaun E 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: jupops
  • Content: Threads
  • Order by date
  1. jupops

    Excel macro to save a spreadsheet in desired folder

    Good Evening all, Could you please help, I am trying to setup a macro in excel that will save-as (using a cell's data for its title)This works as required but it saves to the default folder. I need to save it in another location, either by typing the path into the coding or preferably having...
  2. jupops

    Excel - Runtime error ‘1004’ AddFields method of Pivot Table failed

    Good Afternoon Could you please help? I have tried using a macro (see code below) I recorded to compile a Pivot Table, but the second time I ran I got the error meaaage “Runtime error ‘1004’ AddFields method of Pivot Table failed,, and when I ran debug it highlights...
  3. jupops

    excel - counting how many times the same number appears in a column wh

    Good morning all, can any one help? This is most likely a simple question, I have two columns of data in a excel; spread sheet and I want to count how many times different numbers appeared in column 1 when the criteria is met in column 2. the results will then be displayed in another worksheet...
  4. jupops

    Excel Macro - Loop to copy column of cells into row which repeats afte

    Good Afternoon Could anybody please help. I am trying to write a macro that will concatenate cells or move the row up to the next column of a cell which starts with a number, Then stops when the two rows are empty but ignores if it is only one empty row. But then moves down the row until...
  5. jupops

    Trim Cells in multiple columns - excel

    Good Evening All Can you please help? Basically I am trying to Trim cells in multiple columns is excel. I can do a single column at a time with (which is restricted to Row 3000 – to save time): Sub Trim() Dim i As Long For i = 1 To Range("B3000").End(xlUp).Row Range("B" & i).Value =...
  6. jupops

    Macro to concatenate cells in excel

    Hi, can anybody help. I need a little help to concatenate cells until you reach a blank row. For example: 1A = TO 1B = DA 1C = Y 1D = IS 2A = MO 2B = ND 2C = DA 2D = Y so when the macro is run the cells would read TODAY IS MONDAY I have used the concatenate formula and autofilled down...
  7. jupops

    Delete Rows in excel when criteria met.

    Good Evening Can anybody help? I am trying to write a quick macro that will see a first word in column A (Selection) which if met will delete that row and next 3 rows beneath it. Then carry on looking down the spreadsheet to repeat if necessary The code I have tried and failed with is: Sub...
  8. jupops

    Excel Macro - Loop to copy column of cells into row

    Good Morning Could anybody please help. I am trying to write a macro that will concatenate cells or move the row up to the next column of a cell which starts with a number, Then stops when the row is empty. But then moves down the row until the cell starts with a number and repeats the...
  9. jupops

    Excel Macro - Loop to copy column of cells into row

    Good Morning Could anybody please help. I am trying to write a macro that will concatenate cells or move the row up to the next column of a cell which starts with a number, Then stops when the row is empty. But then moves down the row until the cell starts with a number and repeats the...
  10. jupops

    Function Arguments results differs from cell

    Good Afternoon Could you plesae help. I have a max formula, which will look at a worksheet to give me the maxium time if 2 criteras are met. If you look look at the fomula result in Function Argument, the correct result is shown, but the result in the cell is showing a different answer. I...
  11. jupops

    Help on Excel Array

    Good Evening Can anybody help. I am trying to write an Array formula that if a number is true will display a cells result in a cell, so an example is: My data the Array will be looking at is on Details tab : zone 1 zone 2 zone 3 zone 4 zone 5 zone 6 zone 7 zone 8 zone 9 zone 10 135 138 43...
  12. jupops

    Help with VBA coding for Excel Pivot Table

    Good Morning All Can anybody help? I am trying to write a Macro that will create a pivot table that will count up and total various columns.(which will have the same headings, but the data will always be different). I have recoded a Macro and than tried to write it manually, but they keep...
  13. jupops

    Using a OR function with a SUMPRUDUCT

    Good Evening All, can you help I am trying to write a sumproduct formula that will print out a result if criteria is met. .I have three worksheets that are named Sunday, Monday and Data. The Sunday worksheets looks like 0 SUNDAY 11 0 SUNDAY 12 38992 SUNDAY 13 0...
  14. jupops

    Printing a result when two criteas are met on a row in excel

    Good Morning all Can anybody please help? I am trying to create a spreadsheet that will print a cell when two other cells are set to true. So the first condition is – if 41 is in column B, the next condition is “A” is on the same row on Column D, then print out the cells detail on the same...
  15. jupops

    Using an If formula to print different answer when a criteria is met.

    Good Morning all Can anybody help? I am trying to create a formula that will print a different answer when a certain criteria is met.. In this case, if the number in a cell falls between two numbers it will show an answer. I used the formula...
  16. jupops

    amending a formula

    Good Morning All I created a formula a long time ago, which now I need to amend. This is where I am finding a bit of a problem. the fomula =SUMPRODUCT((LEFT(spool.xls!E1:E22000,1)="E")*(spool.xls!H1:H22000>0)) would count up all the cells in column E which started with c, thath were above...
  17. jupops

    adding using if

    Hi can anybody help. I am trying to write a formula that will add up a total in column B if the criteria is met in Column A, in this case if it falls between two sets of numbers (1 to 10), the formula I tried (but failed) is =IF((A1:A10>0)*( A1:A10<10),"sumproduct+B1:B10",0) an example is...
  18. jupops

    merging two formulas

    Hi Guys Can anybody advise me, I have two different formulas that I use in two separate cells, can I merge the two formulas into one larger formula? The two formulas are: =IF(B2>1,B2,A1) - this will copy cells down with the previous cells contents if the cells are blank and =RIGHT(A1,11)...
  19. jupops

    copy a cell with a OR fuction in excel

    Good evening all I am still having troublr with OR fuctions, what I am trying to do is when a criteia is true then it will copy the cell or place in a zero. I am using the two formulas =IF(MID(C1,4,1)="/",C1,0) and =IF(MID(C1,4,1)="-",C1,0) bothe formuldas work seperately but I cant merge...
  20. jupops

    IF and OR formulas

    Good Aftertnoon Cany anybody help me?What I am trying to do is if two arguments are correct then set an option to true. The problem I have 10 of these arguments that need be checked so for example Col A Col B TRUE 1 0 TRUE 5 2 FALSE 45 4 TRUE 35 3 TRUE 12 1 TRUE This represents: If Col A...

Part and Inventory Search

Back
Top