HI All,
Thank you for your help in advance.Im really struggle to translate one formula to the code. Below formula is calculating weeks of stock cover based on deliveries and demand. Unforgettably it have plenty of "if" slowing down the report. Im looking to translate this to VBA code. Is anyone...
Please help
I am trying to calculate data and find the increased or decreased percentage between weeks: see below
:
<tbody>
<tbody>
A1
A2
A3
<tbody>
Actions on Page (this wk)
</tbody>
Actions on Page (last wk)
total action %
1
0
0.00%
</tbody>
</tbody>
In A3 i currently have the...
When I try to put a formula into a cell in vba using
Range("A2").formula="=iferror(vlookup(A1,'array sheet1'!A2:B20,2,false),"")"
I get application-define or object-define error
I use iferror so when A1 is blank I don't get #N/A in A2
Is there another way to do this?
Help!
Hello,
I'm having trouble with the formula below, Im getting "Too few arguments" . Where am i going wrong with the formula below?
CELL H2 FORMULA =IFERROR(AVERAGEIFS(C2:C11,"<>100%", C1:E1,G2,A2:A11,H1)"CHECK")
<tbody>
a
b
c
d
e
f
g
H
I
J
K
L
M
N
O
P
Q
R
1
Name
John
Jacob
Jill
1
2...
Hi Everyone,
I have this formula that I got working for what I want and now I am trying to add another level of complexity to it.
Below is the formula I use to search for a Person's name and if that person's name matches then it will show the task assigned to that person...
Hi all
I have the following formula =IF(P44>5,"",1) which is looking up a formula in cell P44 of =WEEKDAY(O40,2). Now when i get a #VALUE error I have tried to use the formula =IF(ISERROR((P44>5,"",1)),"", 1) but i get a message box saying
"There's a problem with this formula
Not trying to...
Can anyone assist me with this IFERROR formula; I can'tseem to get rid of the 0 (zero) when I copy the formula to the rest of thecolumn.
{=IFERROR(INDEX('RAWDATA'!$N:$N,SMALL(IF('ERProjects'!$B$4='RAWDATA'!,$R:$R,ROW('RAWDATA'!$R:$R)-MIN(ROW('RAWDATA'!$R:$R))+1,""),ROW()-3),"")}
Once all the...
I'm trying to sum data based on a phone time for a person between two dates.
I'm returning a blank value in the cell currently and can't figure out why. I've watched multiple videos to find a solution and i must be missing something.
Formula...
Using Excel 2010
I have numerous sheets with names in column E, with names on some sheets as Last, First, and other sheets as Last First Initial.
Worked all day on trying to get the below formula working but to no avail and then I uses IFERROR and it worked, but I would still like to know what...
Thanks in advance for any suggestions for which I will provide feedback.
I am getting an error on the following formula as it's when i added, the "N/A" part for the IFERROR.
Cells(i, 4).Formula = "= IFERROR( MATCH(TRUE,INDEX(Sheet1!E" & i & ":" & LastColumnLtr & i & "<>0,),0)," & ""N/A" )"...
Good day
Could someone please assist with including IFERROR into this formula. The displayed error is "#VALUE!".
=(SUMPRODUCT(('Data Sheet'!$A$4:$A$1000>=$F$10)*('Data Sheet'!$A$4:$A$1000<=$N$6)*('Data Sheet'!$BC$4:$BC$1000)))
IFERROR range BC4:BC1000. Thank you in advance.
Z
I am setting up a spreadsheet to collect monthly figures. Of these figures I want excel to automatically calculate a percentage using two figures. I have this formula just fine. I want to have the formula present for all future months so that when I input the figures it automatically calculates...
Hello -
I have this formula but would like the cell to return blank if D466 is not equal to Blue. Pretty sure it needs IFERROR but can't get it to work... ugh
=IF(D466="Blue",CONCATENATE(B466," ",C466*E466,"Mg"))
Thanks in advance!
I have a spreadsheet with 18 columns and 8150 rows of data of all sales for the month. I want to extract data from 11 of those columns in to another spreadsheet based on the match in one column "sales person" there will be multiple matches (rows) and I need them all on the new spreadsheet to...
I have a list of employee last names that I would like to alphabetize based on the plan chosen. I created the alphabetize formula and the criteria formula, but need assistance combining them if possible:
Alphabetize formula:
=IFERROR(INDEX(A$2:A$96,MATCH(ROWS(A$2:A2),INDEX(COUNTIFS(A$2:A$96,">...
Hi, I'm trying to use iferror, arrayformula and vlookup functions together..
This is the formula I've used =iferror(arrayformula(VLOOKUP(D2:D,'Full Org'!J2:K1000,2,0)),"Chennai")
If the vlookup didnt fetch any value, it should display Chennai. Here, the problem is I need to add one more check...
So I hope that I can explain this clearly. So I am trying to nest three formulas, IFERROR, VLOOKUP, ISBLANK. The goal that I am trying to achieve is use the vlookup function along with the IFERROR to not get N/A where there is nothing for the function to lookup. That has been achieved but, if...
We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel
Which adblocker are you using?
Disable AdBlock
Follow these easy steps to disable AdBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the icon in the browser’s toolbar. 2)Click on the "Pause on this site" option.
Go back
Disable AdBlock Plus
Follow these easy steps to disable AdBlock Plus
1)Click on the icon in the browser’s toolbar. 2)Click on the toggle to disable it for "mrexcel.com".
Go back
Disable uBlock Origin
Follow these easy steps to disable uBlock Origin
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.
Go back
Disable uBlock
Follow these easy steps to disable uBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.