The purpose of the macro, is to fix the data where it is invalid.
I need to have macro to evaluate a few terms, fix if needed and add a comment of the fix.
My logic how to check it goes as follows, Im just not able to write it into VBA.
1.) Marcro runs and checks D column (we could use...
Issue: Need to calculate the times per person, per day using minimum/maximum (or that's how i figured it out). Each day, there could be multiple timestamps. Need to figure out the oldest and newest, then calculate the time in between that based on person and day.
Appreciate any help
Example...
Hi all,
I have a spreadsheet that looks like the following
<tbody>
Benchmark
Benchmark
Benchmark
Benchmark
Benchmark
Wages
10th
25th
50th
75th
90th
65,000
100,000
200,000
300,000
400,000
500,000
300,000
100,000
250,000
298,000
350,000
400,000
180,000
50,000
60,000
70,000
120,000...
all
having some issues with average ifs logic.
my formula of "average if" / "percentile" works fine
{=AVERAGE(IF('Data sample'!$E$11:$E$211>PERCENTILE('Data sample'!$E$11:$E$211,0.9),'Data sample'!$E$11:$E$211))}
HOWEVER, when i try to add "averageifs", i cant seem to make it work...
Hello, I'm trying to make an excel sheet that tracks my bill payment dates.
I need a formula that adds 5 years to the date 27/11/2012 and if that's < today() then add another 5 years and if that's < today() etc. etc.
Right now I have 10 IFs just manually adding 5 years to each nested IF...
Hello,
I have the latest version of excel and created a sheet with a "IFS" formula in one of the sheets. It is a long formula with many if statements. I copied sheet over to another computer only to find out that it was using a older version of office and does not have the functionality. So was...
Hi guys,
i'm under pressure to get this done in next 3 hours ao any help would be appreciated.
lets say I have 4 cells ABCD. The text in A can will either say "Pass" or "Fail" depending on the following:
IF (B,C,D = blank ) then A=“Pass”
If B not blank but C,D are Blank, then A=“Fail”
If B is...
Hi everyone
I'm using the below code which works fine:
=IFERROR(IF(J29="As Required","Confirm Qty",J29*K29),)
But I'm trying to work out how to add another if statement into the above code at the end so that the following also happens:
If K29="Item Not Found" then ALSO in L29 print "Update...
Hello,
Im not great at vba so im looking for some help. Im looking say if in column A, Delete the row above if date value in A1 does not match the date value in A2
<tbody>
a
1
<tbody>
8/1/2019 9:16
</tbody>
2
<tbody>
7/22/2019 21:04
</tbody>
3
<tbody>
7/22/2019 20:55...
Hello,
I'm trying to create a VBA that states if within Column A if there is a text then paste to the right. If the cell in column A has a numeric value then do nothing.
<tbody>
a
b
1
john
2
1
3
3
4
jake
5
bill
6
7
</tbody>
Hello,
In the formula below how do i add IF 7% or lower make 0%?
=IFERROR(VLOOKUP(B$1,OFFSET(INDEX($K$2:$K$900,MATCH($A2,$K$2:$K$900,0)),,,MATCH("*",INDEX($K$2:$K$900,1+MATCH($A2,$K$2:$K$900,0)):$K$900,0),2),2,0),"")
I'm trying to design a sheet that generates a standardized summary of the results of an assessment. I've begun making formulas to do this. However, I would prefer the summary generate as formatted paragraphs, rather than as single lines as it does when written as formulas.
Here's an example of...
I am having trouble setting some automation. It works best if I explain I have three types of "Products" these products can be purchased Separately or as a collection. The can be "Completed" at different times. I collect the data as separate projects, but need to see them as a collection also...
Hello,
I am trying to make an ifs statement that works with data validation.
I want it to be
IFS(A1="Location1","Fred",A1="Location2","Mike",A1="Location3", *drop down of 3 names*)
(If A1= Location 1 then A2 autopopulates to Fred, same with location 2 and Mike, Location 3 I want a drop down of...
Hi all,
So I'm trying to figure out what I need since it seems that the IFS formula has been taken away.
I have several questions that students need to answer, and their choice from a drop down list is in cells
H3 and the list is Agree, Disagree, Not Applicable. The results will be...
=IFS(C14=YEAR(D8),(E8/H3),C14=YEAR(D9),(E9/H4),C14=YEAR(D10),(E10/H5))
Above is my formula that is not working.
I am trying to get a spreadsheet that automatically distributes the budget evenly based on each year by month. Does anyone have advice on how to correct my formula?
<tbody>
C
D...
I was using IFS function to calculate the grades although the formula and result is correct it always show green triangle on the upper left corner of the cell. why so?
Hello,
In the following example below I am trying to use a SUMIFS/MAX formula to get the total sum of a event minus the allowed amount of time for a event. When i try to use the formula below i get a sum of 0:00:00 instead of the actual value. Should i use a different formula completely or does...
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.