need excel help
3 TopicsReturning row and column value in a large chart if column is in a range
I'm wondering if anyone can help me with this. This is for a wastewater oxygen saturation chart used in determining Biochemical Oxygen Demand values. I want to find the intersection value returned to a cell of my choosing. But the catch is that the column values are in a range from the column farthest out value is the low number, to the previous column value being the lowest range to jump into the next column of values. I've tried VLOOKUP, coupled with INDEX / MATCH, and I still can't seem to get a handle on this. I tried =INDEX(D4:R33,MATCH(V3,C4:C33,0),MATCH(W3,D3:R3,0)) But as with cell U1 formula, it returns N/A. I'm not sure how to get the top column numbers to return using the numbers in V3 and W3. So I would need the formula to return 8.77 or cell K27.Solved2.7KViews0likes5Commentsbesoin d'aide
salut! pardon j'ai besoin d'aide. 1-la première colonne A contient des codes: CO001A, CO002A, CO003, CO004L, CO005, CO006, CO007L, CO008, CO009A, CO010L, ...... 2-la deuxième colonne B contient une liste de produits classés par ordre alphabétique. je veux créer une liste de produits avec les codes contenants juste "L" à la fin de façon à ce que chaque fois qu'un code soit déterminé par "L" est entré dans la première colonne automatiquement renvoyé dans la seconde liste. j'ai essayé avec la formule = si (derecha (A2; 1) = "A"; buscar (A2; code; code); "") et ça m'a donné CO001A comme je désirai. mais quand je copie cette formule et colle sur les autres lignes de ma liste; le terme ERREUR (# N / A) inscrit sur certaines lignes qui doivent correspondre à des lignes de codes ne se définissent pas par "L". j'aimerai une formule qui m'aidera exportateur les codes se définissent par "L". en bref, une formule qui va juste trier et de façon permanente des codes se définissant par "L" parmi tous les codes de la colonne A.550Views0likes0CommentsRefer to multiple data sheets to return cell content
I have 3 separate pivot tables (fed by 3 data sources) on 3 separate worksheets within a single workbook that are all linked to 1 slicer. Based on the slicer selection there can only be data populated in 1 of the pivot tables, the other 2 will be blank. I am trying to create a formula that will look at A2 on each of the 3 pivot tables and return the cell data for the one that is not blank. I have tried IF, AND, ISBLANK and cannot come up with the right combination to return the cell content. I can get it to work with 2 tables, but not the 3rd. Any ideas?929Views0likes1Comment