Trying to finish up a worksheet function (if/or??)

J

jacob farino

Okay, here are the details and the exact data:

A12 thru A17 = Income Source (text, user defined [examples would be Social
Security, Pension, etc.])

B12 thru B17 = Amount Received (will be currency in $dddd.cc format)

C12 thru C17 = Tax Deductible? (currenty have a drop-down list option, YES
or NO)

A18 = Subtotal (text)

B18 = Subtotal (calculated sum of above columns)

C18= [empty]

A20 = Choose an Investor (text)

B20 = Investor name (from drop down list)

C20 = Mark up amount (i.e., 125%, would like it to auto fill from the
investor chosen)

A22 = Total (text)

B22 = Total (calculated sum after any investor mark-up)

DATA:
Source can be any written text, not important to formula
Amount Received is the actual income received (i.e., $2002.50)
Tax Deductible will be either yes or no, user inputted
Investors and their corresponding mark up amount:
Acoustic 125%
Argent 120%
Countrywide 125%
First Franklin 127%
Indymac 125%
New Century 123%
Novastar 125%
Saxon 120%

GOAL: Like I mentioned earlier, for any line items (rows 12-17) I will mark
as either yes or no, if yes, then that amount received is to be multiplied
by the mark up, and the total line items will be summed in the total bar.
(perhaps the investor choice should be above the data so it is selected
first?)

I hope this clears things up, if not, please let me know, and thanks for
everyone's input.

Jacob
 
F

Frank Kabel

Hi
try
=SUMIF(C12:C17,"Yes",B12:B17)*$C$20

--
Regards
Frank Kabel
Frankfurt, Germany


jacob said:
Okay, here are the details and the exact data:

A12 thru A17 = Income Source (text, user defined [examples would be
Social Security, Pension, etc.])

B12 thru B17 = Amount Received (will be currency in $dddd.cc format)

C12 thru C17 = Tax Deductible? (currenty have a drop-down list
option, YES or NO)

A18 = Subtotal (text)

B18 = Subtotal (calculated sum of above columns)

C18= [empty]

A20 = Choose an Investor (text)

B20 = Investor name (from drop down list)

C20 = Mark up amount (i.e., 125%, would like it to auto fill from the
investor chosen)

A22 = Total (text)

B22 = Total (calculated sum after any investor mark-up)

DATA:
Source can be any written text, not important to formula
Amount Received is the actual income received (i.e., $2002.50)
Tax Deductible will be either yes or no, user inputted
Investors and their corresponding mark up amount:
Acoustic 125%
Argent 120%
Countrywide 125%
First Franklin 127%
Indymac 125%
New Century 123%
Novastar 125%
Saxon 120%

GOAL: Like I mentioned earlier, for any line items (rows 12-17) I
will mark as either yes or no, if yes, then that amount received is
to be multiplied by the mark up, and the total line items will be
summed in the total bar. (perhaps the investor choice should be above
the data so it is selected first?)

I hope this clears things up, if not, please let me know, and thanks
for everyone's input.

Jacob

message news:[email protected]...
Then you might be able to accomplish it using IF and a few OR
functions. If you need more assistance, please post how your data
looks in the spreadsheet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top