Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() The formula looks like this =LOOKUP($C16,Emissions!B4:B31) $C16 has a value of 116 which should return a value of 12, however i looking down the table and choosing 11. So its rounding down to th whole number, I need it to round up. Chart g/Km - Elec/Petrol 0 - 6 25 - 7 45 - 8 65 - 9 85 - 10 105 - 11 125 - 12 Any better -- Odysseu ----------------------------------------------------------------------- Odysseus's Profile: http://www.excelforum.com/member.php...fo&userid=1456 View this thread: http://www.excelforum.com/showthread.php?threadid=26195 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
if you can't resort this table try the following array formula (entered with CTRL+SHIFT+ENTER): =INDEX(Emissions!B1:B31,MAX(IF($C16<=Emissions!A1: A31,ROW (Emissions!A1:A31)))) -----Original Message----- The formula looks like this =LOOKUP($C16,Emissions!B4:B31) $C16 has a value of 116 which should return a value of 12, however it looking down the table and choosing 11. So its rounding down to the whole number, I need it to round up. Chart g/Km - Elec/Petrol 0 - 6 25 - 7 45 - 8 65 - 9 85 - 10 105 - 11 125 - 12 Any better? -- Odysseus ---------------------------------------------------------- -------------- Odysseus's Profile: http://www.excelforum.com/member.php? action=getinfo&userid=14563 View this thread: http://www.excelforum.com/showthread...hreadid=261953 . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
lookup help. lookup result based on data in 2 columns | Excel Worksheet Functions | |||
Round Up and Round Down Time | Excel Worksheet Functions | |||
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup | Excel Worksheet Functions | |||
How do I ROUND() round off decimals of a column dataset? | Excel Worksheet Functions | |||
Lookup... round up | Excel Programming |