MidwestDrummer
New Member
- Joined
- Sep 19, 2017
- Messages
- 5
Below is a screen shot of my RMD calulator that I use frequently at work. I would like to be able to key in a person's age in B3, and then have the corresponding RMD factor automatically populate in B4. For example, if I key in "74" into B3, I would like to have "23.8" automatically populate in B4. I attempting the following:
=LOOKUP(B3, {"70","71","72"}, {"27.4","26.5","25.6"})
However, as you can see in the screen shot, I'm not having any luck. I've found that if I replace the numerical ages with words (such as vegetables and also replace the numerical RMD factors with words (such as each vegetables corresponding color), then the formula works. However, when I replace the words with numbers, that seems to break it. Any idea how I might go about this?
=LOOKUP(B3, {"70","71","72"}, {"27.4","26.5","25.6"})
However, as you can see in the screen shot, I'm not having any luck. I've found that if I replace the numerical ages with words (such as vegetables and also replace the numerical RMD factors with words (such as each vegetables corresponding color), then the formula works. However, when I replace the words with numbers, that seems to break it. Any idea how I might go about this?