ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do search a range to generate a value? (https://www.excelbanter.com/excel-worksheet-functions/250138-how-do-search-range-generate-value.html)

Steve Hickman[_2_]

How do search a range to generate a value?
 
Period 0-7 41852 15-21 22-28
Value Time to pay
1000 21 [1000]
500 4 [500]

I am trying to set up a worksheet so that once an individual selects a value
in the Time to pay column, a value will be generated in the relevant period.
I've shown the desired output in square brackets above. I've tried an IF
function but I ultimately end up exceeding the available number of IFs
allowed. I've also tried lookups to no avail.

Daryl S

How do search a range to generate a value?
 
Steve -

You can put the formulas in the columns and drag them down. For example,
in the column "0-7", enter this:
=IF($B2 <= 7, $A2,0) (or you could use "" instead of zero)

For the column "8-14", enter this:
=IF(AND($B2 7,$B2 <= 14,$A2,0)

Same for the other columns. Then copy/paste or drag these formulas down.
You can format the cells to not show the zeros, or you can put blanks in
instead.


--
Daryl S


"Steve Hickman" wrote:

Period 0-7 41852 15-21 22-28
Value Time to pay
1000 21 [1000]
500 4 [500]

I am trying to set up a worksheet so that once an individual selects a value
in the Time to pay column, a value will be generated in the relevant period.
I've shown the desired output in square brackets above. I've tried an IF
function but I ultimately end up exceeding the available number of IFs
allowed. I've also tried lookups to no avail.



All times are GMT +1. The time now is 09:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com