Highline Excel Class 41: HLOOKUP ROWS Horizontal Lookup
Uploader Comments (ExcelIsFun)
All Comments (11)
-
This means that you are missing a crucial basic Excel fact (most people miss this): "Formulas do not see formatting". If you search for videos with "Number Formatting" or "Formulas Do Not See Formatting", or "Date Math", I have a few videos on this topic.
However, if you explain what you are trying to do more completely, I can perhaps give you an exact solution.
My hunch is that we could use something like this:
=TEXT(A1,"mmm") where A1 has the date 9/12/2009. Then TEXT gives "Sep".
-
Thanks for this great video!
I have a question about handling dates in the function. I am using a cell as part of the lookup, which contains a link to a cell containing a date (formatted to display as "Sep"). However, the lookup formula does not recognize the cell containing the link to the cell containing the date. I tried manually entering the "Sep" as straight text and that seemed to work. However, not sustainable as the date cells must dynamically update.
-
It is the biggest number that Excel can handle. But any really big number will work. Just watch the Highline video about the LOOKUp function and it gives all the details about this formula. Or serach for "Excel get last value in row".
-
That works perfectly. I wanted to find out what the first part means. The 9.9E_307 part. I understand that the second half is the range to look in, but not clear on the first part.
excellent work sir ..
hersheng18 2 months ago
@hersheng18 , I am glad that you like them!
ExcelIsFun 2 months ago
honestly, you rock man. quick easy and to the point, well walked through, and throughout with the most valid practical functions simplified. well done
notillustrated 1 year ago
Thanks! I am glad that the video is helpful!
ExcelIsFun 1 year ago
I did it this way and it worked!
I don't know if this is correct or not but anyway, it worked!
=HLOOKUP(C$9,C$5:G$7,ROWS(C$5:C6),0)
chinchonchinchon 1 year ago
Just fine! or:
EXCELlent!
ExcelIsFun 1 year ago