Two criteria to calculate

Ks1102

Well-known Member
Joined
Jan 8, 2008
Messages
689
Hi, experts

I wants have a formulas to found two criteria as column C = criteria and column D = time, example, found criteria “014”-“013” time.
The result on at cells A1,

Thanks
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
I'm not exactly sure what you are asking.

Are you asking if:
C=some criteria, such as "014"
D=time, such as "013"
then give me the value that's in column A?

If so, here's that formula:
=IF(AND(C1="enter your criteria here",D1="enter your time here"),A1,0)
 
Upvote 0
I'm not exactly sure what you are asking.

Are you asking if:
C=some criteria, such as "014"
D=time, such as "013"
then give me the value that's in column A?

If so, here's that formula:
=IF(AND(C1="enter your criteria here",D1="enter your time here"),A1,0)

pagrender

Thanks your reply and sorry the unclear asking, example here's

Cells A1 = 2:00

COL C COL D
011 10:00
012 10:30
013 13:15
017 16:00
014 15:15
068 17:21
else ....
 
Upvote 0

Forum statistics

Threads
1,213,534
Messages
6,114,186
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top