Formula Working For One Column But Not Others?

Jan 23, 2014

I currently have a workbook (Unconfirmed Application Audit 02) which is the result of an audit of applications on PCs. I have come up with a macro which will insert new columns into the sheet and fill those columns with data, should the application listed, have a replacement specified in the AppRM file. The macro works fine for column G, in that it pulls through the new software manufacturer name but column H should pull through the new product name and I should display the new product version and they don't. To me, it looks like the exact same formula in each column apart from the column reference to get the information from.

View 7 Replies


ADVERTISEMENT

Absolute Column And Relative Row Not Working In Formula?

Mar 15, 2014

I have a below formula which extracts the v and number attached to it I would like to copy this across all columns and change row for each column. So for example 1st column reference will be B4, the second column would have a reference B5 and so on, it's probably worth to mention that cells I am referencing to are in other sheet hence why there's Ref! before B4 is this why absolute column and relative row not working?

View 5 Replies View Related

Auto Insert Row But Column Q Formula Not Working

May 13, 2014

I have code for auto insert row, when i m getting to new row column Q formula not working

remove the auto generate serial number in column column A, only i want to insert auto with column Q formula to work.

find enclosed a worksheet for your ref.

Please see the below auto insert code;
Private Sub Worksheet_Change(ByVal Target As Range)
Dim O As Range
Set O = Range("O:O")
If Intersect(Target, O) Is Nothing Then Exit Sub
Application.EnableEvents = False
roow = Target.Row
Cells(roow + 1, 1).Value = Cells(roow, 1).Value + 1
Cells(roow + 1, 2).Select
Rows(Target.Row + 2).Insert
Application.EnableEvents = True
End Sub

View 1 Replies View Related

Calculation From Column A To Column B Is Not Working

Feb 26, 2007

i have a list of numbers in column A and B and C etc and i am trying to do some simple math for every 4th cell

Const startrow = 1
Const endrow = 60000
Range("c3:ba6").Value = 0
Range("c9:ba12").Value = 0

For y = 1 To 2
x = 0
For i = startrow To endrow Step 4

If Cells(i, y ).Value = 0 Then
x = x + 1
Else

If x > Range("c3").Value Then
Range("c3").Value = x
x = 0
Else
x = 0
End If
End If
Next i

Next y
however it can add the number in column A but never add the number in column B.

View 9 Replies View Related

Last Row Formula Not Working?

Dec 29, 2011

I have a problem with the code below. The code pastes values into column c, depending on values in Column A.

The problem is that, at the end I want it to go to column d and execute the R1C1 formula, but the lastrow1 variable is always set to 1 ( I went through the code pressing F8) so the formula won't go down the column.

Code:
If Range("A" & i).Value = 2 Then
Worksheets("deacc").Activate
Call SelectRndRow
Worksheets("sheet1").Activate
Range("c1").Select
Selection.End(xlDown).Select

[code]....

View 2 Replies View Related

DateDif Formula Is Not Working?

Aug 22, 2014

why my datedif function is not working.

View 3 Replies View Related

Same Formula / Different Cell - Not Working

Aug 3, 2009

I'm trying to use a formula for column F, starting in cell F6, for column M, starting from M26. The formula works in Column F but after I tried to use it in column M with adjustments, it doesnt work. Attached is the file.

View 3 Replies View Related

Formula Working In One Computer But Not On Another?

Jan 5, 2013

I have a Age calculating formula in an excell cell, which calculates the age as on another date.
The forumala is =IF(E4="","",IF($C$1="","",ROUNDDOWN(($C$1-E4)/365,0))) where E4 is the date of birth and C1 is the date in which I want the age calculated to be.

The above formula works very well on my computer, but does not on any other computer. If I access it from my sent items or from a shared drive, it works perfectly on mine, but not on any other computer!!! I get a #value error message on all other computers.

I have tried the foll:
If i enter =ISNUMBER(C1) where the age has to be calculated, I get #Name?
If I enter =ISNUMBER(E4), i get TRUE

The above is on the sheet where it does not work ( on others computer ) and i get TRUE for both on mine. Also both have the same date formats and same time zones...

View 10 Replies View Related

Nested IF Formula Not Working?

Nov 18, 2012

where the issue with the following formula is?

=IF(AND($E$2="N",$AA$550),"BT1",IF(AND(Z5="F",Y5>=0),"CLEAR",IF($AA$5

View 2 Replies View Related

Formula- Previous Working Day

Mar 14, 2007

Yesterday (13/03/2007) was the 9th working day of the month (basing a week on Mon – Fri) – today is the 10th working day

Is there any formula, or mix of formula’s I can use to automatically calculate this?

View 9 Replies View Related

Countif And Formula Not Working

Mar 28, 2008

I am trying to use a countif and formula but can't get it to work. This part of the formula works fine =COUNTIF(J:J,"

View 9 Replies View Related

Last Working Day Of Month Formula

Jan 19, 2009

I am trying to create a formula to work out the last working day of each month, but I can't come up with anything that is less than the 1,024 formula limit. I am using a UK calendar so the only two holidays to effect the last working day of the month will be Easter and the last Monday in May.

This is the formula I am using which takes account of Easter, the checking for the last Monday in May is simple enough in another column, but I would rather keep it in one column, just wondering whether there is a simpler way of doing this.

A1 is a specified date and then I would like to work out the last working day of the month, on a new row, for up to the next 50 years....

View 9 Replies View Related

Countif Formula Not Working

Nov 19, 2009

I have a column of numbers ranging from 0000-9999. They are not in order and multiple numbers are used more than once. I would like to know how many times the numbers in the range of 4000-4999 appear. I am trying to use the formula =COUNTIF(F4:F500,"=4????") or =COUNTIF(F4:F500,"=4*") but neither are working. If I do a single number like this =COUNTIF(F4:F500,"=41420"), it will count them for me.

View 9 Replies View Related

SUMPRODUCT Not Working Due To Text In Column

Apr 24, 2009

I'm trying to work out how to fix the formula below to take into account and ignore and text entries, while giving me the result of the sum of column K minus the sum of column J. If I delete the text entries, the code works but I need the text entries to stay where they are. I've attached a sample sheet with fake info to explain whan I'm trying to do.

Cell N28 on the 'MGMT INFO' tab contains the following formula:

=IF(ISERROR(SUMPRODUCT((Sheet01!$K$1:$K$1000)-(Sheet01!$J$1:$J$1000))),0,(SUMPRODUCT((Sheet01!$K$1:$K$1000)-(Sheet01!$J$1:$J$1000))))

Columns J and K on the 'Sheet01' tab contain the Pay and Invoice information for all the work planners for that client that I'm trying to find the difference between. Each work planner has 'Pay' and 'Invoice' also in that column though, one entry per planner which is causing the SUMPRODUCT formula to screw up.

View 3 Replies View Related

Text To Column Not Working Within Macro?

Feb 4, 2013

I have recorded the following code, but while it works during the recording stage it doesn't within the macro.

Range("D18").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.TextToColumns Destination:=Range("D18"), DataType:=xlDelimited, _
TextQualifier:=xlDoubleQuote, ConsecutiveDelimiter:=False, Tab:=False, _
Semicolon:=False, Comma:=False, Space:=False, Other:=False, FieldInfo _
:=Array(1, 1), TrailingMinusNumbers:=True

The data within column D is imported dates and I am doing the text to columns to get a later macro to recognise the cells as dates and not text.

(The code seems to work for a few of the cells but not all of them.)

View 9 Replies View Related

Text To Column Function Not Working In VBA

May 2, 2014

I want to use TextToColumn function of excel using vba. I tried recording a macro to get the syntax and then make a few changes to it; But it is not working when i run it from vba ... if i do it manually it is working very nicely but it just skips that step in vba.

i have pasted my code

Code:
On Error Resume Next
rngReqIDcodWhole.TextToColumns Destination:=rngReqIDcodWhole, DataType:=xlDelimited, _
TextQualifier:=xlDoubleQuote, ConsecutiveDelimiter:=False, Tab:=False, _
Semicolon:=False, Comma:=False, Space:=False, Other:="""", FieldInfo _
:=Array(1, 2), TrailingMinusNumbers:=True
rngReqIDcodWhole is a column range

the text that the code needs to break is as follows

Code:
_BRE.RFs.DocPackage.Decpages.CreateContent_DECPAGES_RF(dre, sec, "FormID","FormID", 1, "DecR_1", "DecR_1", false);

View 7 Replies View Related

Date Range Formula Not Working

Apr 14, 2014

I am trying to create a formula that if the date column falls between 01/01/2014-01/25/2014, it returns January as the value.

View 10 Replies View Related

Date Range Formula Not Working?

Apr 14, 2014

see the attached spreadsheet, I am getting an error message with the attached formula

View 2 Replies View Related

Autosum Not Working On Cell With A Formula?

Jan 14, 2014

the autosum is not working on one cell which has a formula. All the other cells with formulas are summing correctly. The forumla i used is: =IF(C21="No","-1","") If i enter "No" in C21 the value -1 is return.

However the autosum does not seem to pick up this -1 and only returns 0.

View 3 Replies View Related

Formula Not Working For Sumproduct When Only Looking Up 2 Values

Jan 19, 2014

I am trying to sum up column V, when for a specific date in column z, and only sum when the two names EEM, Merri1* are involved. I used the * because there are a couple of variations for MErri1 after the 1. The formula is not working. I believe it's the way I'm combining this

[Code] .....

Full formula is below:

[Code] .....

View 14 Replies View Related

Index Match Formula Not Working?

Jul 10, 2014

I am not sure where the error is in the formula. Also I would like to add one more condition to it.

Another problem- I created Drop Down using Data Validation. Now I need to make the Drop DOWN ICon visible. It becomes visible only when I click on the cell.

View 6 Replies View Related

Calculating Formula Not Working Properly

Nov 15, 2008

I am trying to work out an excel workbook for calculating family recipes. I have gotten most of it figured out but am having a problem with one thing. When the serving size of an item is 8 oz & the recipe calls for 14.5 oz the only way I can get it to work properly is to enter 1.75 in the serving size.

But I would like (actually need) to be able to enter the 14.5 and have it calculate the calories correctly - since sometimes the amount to be added to the recipe may be 15 ounces and the serving size is 8 ounces etc....

View 6 Replies View Related

Multi-cel Array Formula Not Working

Jun 21, 2009

See attached sample workbook. Row 37 current has formulas between columns AQ and IP that return a value 2 or 4. Conditional formatting on these cells then gives them an appropriate colour.

Due to the large number of cells involved, I wanted to use a multi-cell array formula instead. I have attempted this on row 50 which should give the same results, but as you will see this is not happening.

View 4 Replies View Related

Vlookup Formula Is Working On Some Criteria But Not Others

Jul 18, 2009

The vlookup formula is only partly working on the attached sheet, but I cant find an explanation as to why it can look up some criteria but not others.

View 3 Replies View Related

Rank Formula Not Working Properly

Oct 7, 2009

I have a rank formula that is seemingly erroring out on certain cells - indiscriminately. I have tried and tried to figure this out for myself but this is beyond my knowledge.

Only on some cells is the rank not working and returning a "-" (the error result).

I want the rank to use absolute numbers, so that it will rank according to variance or percentage (regardless of +/-). I am also using another cell (R1) to tell the rank what column to use.

As you can see there are a few entries, both + & -, that are not being included in the rank - for reasons beyond me.

View 8 Replies View Related

Ranking Formula Not Working Properly

Oct 25, 2009

I have 6 categories that need to be ranked 1-6 in order of highest number of occurances. My ranking formula is showing 1-7, missing number 3. I have attached a sample worksheet further showing what I am trying to explain. I need cell A3 to show a ranking of "3". Currently it shows "4". What am I doing wrong??

View 4 Replies View Related

Comparing Lists, Formula Not Working

Feb 18, 2010

I have 2 lists. One column has a about 200 values of 7 digit numbers. The second column has about 500 cells with text. This text should include one of the 4 digit numbers from the first list. If it doesn't, I want to purge it.

The 7 digit numbers always appear in the same spot in the column 2 figures. So say the number I'm looking for is 1122 and the second list has a cell with L2871122BD. Perhaps there is an easier way to do this, but my plan was to.

create a 3rd column that has formula =mid(B1,5,4) which should isolate the 4 digit value i want to compare to. Then create a 4th column that has the formula =ISNUMBER(MATCH("*"&C1&"*",A:A,0)) to check the newly created MID number to the numbers in column one. Afterward I would simply arange from small to large and delete all of the false entries in column 2.

The only problem is, my ISNUMBER function doesn't work when referencing from my MID formula to column 1. If I do the match and compare the smaller number in column 1 to the larger in column 2, it does work. Is there an easier way to delete or highlight entries in Column 2 whose middle 4 digits don't show up in column 1? Here is an example of what I'm working with.

View 2 Replies View Related

Formula Not Working After Copying A File

Dec 20, 2012

I bought a new computer with Windows 7. A file that is fine on my old unit does not work on the new one.

Column "H" should provide a list of birthdays comming up in the next two months, but something is not working.

View 4 Replies View Related

Sum Formula Returning ZERO In One Cell Working Everywhere Else

Apr 19, 2013

All the answers I can find for this address either the auto-calculation setting or formatting the cell as a number. I am using this same formula in a bunch of cells to calculate totals: =SUM(E12:E17). It works find all over the sheet, except in one box. There is no difference in formatting or data type or anything.

Not working: notworkingexcel.png

Working: workexcel.png

The numbers being summed from the cells above the one in question are referenced from another sheet if that is relevant.

View 3 Replies View Related

Formula Is Not Working In Cell When Used Inserted With VBA?

Jul 16, 2014

I am trying to write formula in a cell using vba code, but i m not getting the expected one.

[Code]......

In the above code, i m trying to insert the formula where it fetches the address of a cell using some variables.

Here r = 1, c = 1 and resOffSet = 7

From the above code im expecting cell adress like A1 , B1 etc but i am seeing "0" in the cell value.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved