lookup
4 TopicsCopy cell value from different table row
Hi, everyone. Trying to write a formula that will check a table's first column cell's value and, if it meets a criteria to do one thing and, if it does not meet a criteria, then try that first column's previous cell up (previous row above current one), if it still does not meet the criteria, then keep trying the previous cells up until it finds a cell on that first column that meets the criteria. Hopefully the image below will make the request a bit more clear: Additionally, I cannot use either macros or VBA. Thanks in advance, EdgarSolved3.5KViews0likes2CommentsCan we use VLookup to fill in fields from Scattered Data ?
Hi, I wanted to know that is it possible to use VLookup to fill in data in a certain row by matching it from different rows rather than just from a single row. In the attached image, I want to fill in the cells next to "Yellow" i.e. (H4) & "Pink" i.e. (H7) by using the same formula I used to in H2 cell which is "=VLOOKUP(G2:G7,A2:E12,2,0) ". NOTE - That I have selected the table array from "A2:E12" which covers the values of D11, E11 & D12, E12 in which the "Yellow" and "Pink" information is given. I do realise that the source has become different now, but is there a way in which I can fill in H4 & H7 through ANY FORMULA (if Vlookup can't be used) where I don't have to restructure the data in the sheet. Thank You in advance.3.2KViews0likes5CommentsFind text in the same row as a specific value?
We use excel to produce horse shows. We already use conditional formatting to break down the different divisions (time differences) between riders. I am wondering if there is a function or formula that will allow me to pull the current leading riders of each divisions and their times? I have attached a screenshot of my current sheet. Essentially I want to find the times in Column F that match the 4 division times in K1, 2, 3, and 4 and then pull the rider from Column B that ran each of those 4 times over to L1, 2, 3, and 4. I thought I had it figured out with the VLOOKUP function but it isn't always accurate whenever the fastest time changes which in turn changes the other 3 division times. Help?1.4KViews0likes1CommentLOOK UP not returning N/A value when match is not found
Hi, I used a very simple LOOKUP formula (column F in "Riassunto D" sheet). My problem is that when a lookup value is not found the N/A value is returned only up to when the first lookup value is found, then it repeats the previous value returned up to the next lookup value found... is this correct? How can I get N/A value (or FALSE or similar) everytime the lookup value is not found?1KViews0likes1Comment