Hi,
I have a large set of data I am working on which contains alot of moisture data. Within my huge set of data there are moisture readings that come from various treatments. I am trying to do averages on a bunch of these different treatments for which I am using an averageifs statment which...
Hi,
I am using the formula
=VLOOKUP(H128,'First Conversion'!$1:$1048576,MATCH(G126,'First Conversion'!$1:$1,0),FALSE)
The cell H128 that I am looking up is a date and time which has been created using a formula. When I use the vlookup above it works fine for the first two dates and times...