Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
=HLOOKUP(D13,'Hidden Data'!D9:F10,2,0)*E13
ok i want to make so that if the value in E13 is 14 or less, that it would alwways give 15. so if the value in E13 was anything between 0 and 14, it would multiply as if it were 15. for some reason i cant get the whole formula right. Need help!! |
#2
![]() |
|||
|
|||
![]()
Do you care what happens with negative numbers?
If not you can use =HLOOKUP(D13,'Hidden Data'!D9:F10,2,0)*MAX(E13,15) "Slumbering Gorilla" wrote in message ... =HLOOKUP(D13,'Hidden Data'!D9:F10,2,0)*E13 ok i want to make so that if the value in E13 is 14 or less, that it would alwways give 15. so if the value in E13 was anything between 0 and 14, it would multiply as if it were 15. for some reason i cant get the whole formula right. Need help!! |
#3
![]() |
|||
|
|||
![]()
Hi
do you mean: -- Regards Frank Kabel Frankfurt, Germany "Slumbering Gorilla" schrieb im Newsbeitrag ... =HLOOKUP(D13,'Hidden Data'!D9:F10,2,0)*E13 ok i want to make so that if the value in E13 is 14 or less, that it would alwways give 15. so if the value in E13 was anything between 0 and 14, it would multiply as if it were 15. for some reason i cant get the whole formula right. Need help!! |
#4
![]() |
|||
|
|||
![]()
Hi
do you mean: =HLOOKUP(D13,'Hidden Data'!D9:F10,2,0)*MAX(15,E13) -- Regards Frank Kabel Frankfurt, Germany "Slumbering Gorilla" schrieb im Newsbeitrag ... =HLOOKUP(D13,'Hidden Data'!D9:F10,2,0)*E13 ok i want to make so that if the value in E13 is 14 or less, that it would alwways give 15. so if the value in E13 was anything between 0 and 14, it would multiply as if it were 15. for some reason i cant get the whole formula right. Need help!! |
#5
![]() |
|||
|
|||
![]()
One way
=HLOOKUP(D13,'Hidden Data'!D9:F10,2,0)*MAX(15,E13) Regards, Peo Sjoblom "Slumbering Gorilla" wrote: =HLOOKUP(D13,'Hidden Data'!D9:F10,2,0)*E13 ok i want to make so that if the value in E13 is 14 or less, that it would alwways give 15. so if the value in E13 was anything between 0 and 14, it would multiply as if it were 15. for some reason i cant get the whole formula right. Need help!! |
#6
![]() |
|||
|
|||
![]()
OH MY GOD!!. sorry guys. it was my stupid fault. i just realized i kept
typing mix instead of max. i realized it when i saw that first reply. thanks guys for helping me to realize my own stupidity. "Dave R." wrote: Do you care what happens with negative numbers? If not you can use =HLOOKUP(D13,'Hidden Data'!D9:F10,2,0)*MAX(E13,15) "Slumbering Gorilla" wrote in message ... =HLOOKUP(D13,'Hidden Data'!D9:F10,2,0)*E13 ok i want to make so that if the value in E13 is 14 or less, that it would alwways give 15. so if the value in E13 was anything between 0 and 14, it would multiply as if it were 15. for some reason i cant get the whole formula right. Need help!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
revert formula insertion to old method | Setting up and Configuration of Excel | |||
Simple formula doesn't quite add up | Excel Discussion (Misc queries) | |||
how do I make a formula NOT change when the data range is moved? | Excel Discussion (Misc queries) | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions | |||
Excel 2003 - Formula result shows as 0:00 | Excel Worksheet Functions |