Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The first 7000 of wages are taxable for federal unemployment. I have two
columns that represent wages for Quarter 1 and Quarter 2: A B 5000 2500 8000 6000 6000 750 Column A has an array formula that gives me the sum of the lesser of 7000 or each of the amounts in column A. That formula is {=SUM(IF(A1:A3<7000,A1:A3,7000))}. I need an array formula in column B that returns the sum of the taxable unemployment wages for the quarter. A non-array formula for each row would be =MIN(MAX(7000-A1,0),B1). What array formula will return the sum of the taxable unemployment wages for column B, taking into account the wages paid in column A?? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array formula SUMIF with 2D sum_range array | Excel Worksheet Functions | |||
Array formula: how to join 2 ranges together to form one array? | Excel Worksheet Functions | |||
Find specific value in array of array formula | Excel Worksheet Functions | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
Array Formula - using LEFT("text",4) in formula | Excel Worksheet Functions |