J
Jinsem
Ok, so I thought I had this down, and it appears you can't lear
everything in 1 week
Here is the forumla in question
=IF($O3>1,$C$17,IF($O3>1.3,$C$18,IF($O3>2.1,$C$19,IF($O3>3.1,$C$20,$C$21))))
Now what it's doing is looking at another cell in "Number" format wit
2 decimals (the decimals are for me too see, I'm hoping this isn'
causing a problem. It then takes that number and then returns 1 of
numbers. It seems to only want to return the lowest for some reason.
Here's the data set:
C17 - .06007
C18 - .06007
C19 - .06932
C20 - .07839
C21 - .09422
So let's say my number (in O3) is 1.6 I need it to return ".06932".
If the number is .23 I need it to return ".06007". I'm still new t
all these functions and what I've done is taken a percentage and made
hidden column with the number changed into a 2digit decimal using th
"number" format. If there's a way to not do that, I'd love to know.
Any help will be appreciated. Can't wait till this is done
Jinse
everything in 1 week
Here is the forumla in question
=IF($O3>1,$C$17,IF($O3>1.3,$C$18,IF($O3>2.1,$C$19,IF($O3>3.1,$C$20,$C$21))))
Now what it's doing is looking at another cell in "Number" format wit
2 decimals (the decimals are for me too see, I'm hoping this isn'
causing a problem. It then takes that number and then returns 1 of
numbers. It seems to only want to return the lowest for some reason.
Here's the data set:
C17 - .06007
C18 - .06007
C19 - .06932
C20 - .07839
C21 - .09422
So let's say my number (in O3) is 1.6 I need it to return ".06932".
If the number is .23 I need it to return ".06007". I'm still new t
all these functions and what I've done is taken a percentage and made
hidden column with the number changed into a 2digit decimal using th
"number" format. If there's a way to not do that, I'd love to know.
Any help will be appreciated. Can't wait till this is done
Jinse