Cant Index Match data from list - excel-formula

I need to input the data column M. Data will have to match with the data from ASPP tab. I can't get the formulae right as it keeps prompting #REF/#NA message in the columns.
=INDEX(ASPP!A2:B3427,MATCH(Masterlist!I2,ASPP!A2,0),2)
Please assist and let me know what went wrong. Thank you!
i hope to find the right formulae or at least to get methods right.

Related

How do I return a list with the five oldest dates?

So I have a list - see example:
I want a function to check the complete list (imagine there is more than 1 entry), and returns with f.i. the 5 oldest rows (sorted by data in row B). As in complete rows.
I can get the lowest through:
=MIN(C3:C29)
But that doesn't seem as something usable for this no matter how I do it.
Then I though I could use the INDEX/LARGE functions (or MATCH? Would that be possible?), but I'm too stupid to make it work atm.
Is this even the right way?
I can make a macro doing it (filtering, copying first lines etc - stupid) but I know there is a smarter way of doing it.
Can anyone help me on my way or tell me if I'm looking up the wrong functions for this? Please tell me if I need more details.
Thanks
So, try this:
Cells formatted as shortdate.
And it works with months as well:

Can I replace treatment numbers in a column with treatment labels, in Excel?

In one column only of my data, I would like to transform my numeric variables (0,1,2) to named variables (text, text + picture, text + video). I have never coded in excel before so am not sure where to start or how to include my data here.
Thank you so much!
Below is a screenshot of some of my data. I do need help, please let me know how to upload my data. Please do not close this answer without letting me know specifically how I can improve my answer, I'm new at this and am eager to learn. :)

Crosstab Non-Numeric "Boolean Data"

I don't know how to call my desired output, but I need to achieve following result inside MS Access (Jet DB):
My Data:
My desired Result:
Can this be achieved in a crosstab query? The fact, that there is no numeric data makes it hard for me to understand what should be the Column Heading, Row Heading, and what should be the Value or grouped.
I hope you can help me with this issue. Explanations rather than solutions are welcome.
Of course these are example data. I will transfer it to my real problem.
Thank you in advance.

Need Help To Get Matched Values From Table 1 to Table 2

Please Help me to Get Matched Values From Table 1 to Table 2 based on formula's
The table to needs to be filled by ref values based on the associate marked attendance.
I have tried V lookup() and Match() Nothing worked out.
Sorry ! Guys ! Self Found an Answer Just Now. I used it earlier but forgot it.
Just Now Remembered again.
The Value can be Get Through Countif() Function. and It it's HD Then Countif()*.5
If anyone know's other methods please post here so that will get some
idea's in easier way

Using trim function on table references

I'm attempting to aggregate from an imported data source in excel. I have 2 combo boxes that specify conditions for a sumifs function (selected using offsets).
Where I struggle is that the data doesn't seem to match unless I use a trim function (I tested this on by adding a column to the data table).
The following formula always returns 0
=SUMIFS(Table_ExternalData_1[RedFlag],Table_ExternalData_1[RAGSTATUS],"=trim("&ReconAggregation!$A4&")",Table_ExternalData_1[ClientDescription],"=trim("&OFFSET(Lists!$A$1,Lists!$B$1,0)&")", Table_ExternalData_1[AgencyDescription],"=trim("&OFFSET(Lists!$C$1,Lists!$D$1,0)&")")
when I add the trims
=SUMIFS(Table_ExternalData_1[RedFlag],trim(Table_ExternalData_1[RAGSTATUS]),"=trim("&ReconAggregation!$A4&")",trim(Table_ExternalData_1[ClientDescription]),"=trim("&OFFSET(Lists!$A$1,Lists!$B$1,0)&")", trim(Table_ExternalData_1[AgencyDescription]),"=trim("&OFFSET(Lists!$C$1,Lists!$D$1,0)&")")
it tells me that I have a formula error. Any idea why? Is there a better way to do this?
Cheers,
G
it tells me that I have a formula error
Maybe there's problem with your "
=SUMIFS(Table_ExternalData_1[RedFlag],trim(Table_ExternalData_1[RAGSTATUS]),"=trim('&ReconAggregation!$A4&')",trim(Table_ExternalData_1[ClientDescription]),"=trim('&OFFSET(Lists!$A$1,Lists!$B$1,0)&')", trim(Table_ExternalData_1[AgencyDescription]),"=trim('&OFFSET(Lists!$C$1,Lists!$D$1,0)&')")
As It happens, the "=" were not required on the right hand side. This was found through trial and error. Still unsure as to why the trim function on the left prompted an error, but with additional cleansing of the source data it wasn't required. Thanks all for your input.

Resources