Formula for number available or not based on 2 condition

Krypt

New Member
Joined
Apr 17, 2023
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hello Everyone,

I have problem finding a formula to tel when a number is available or not depending on a data validating in column A and a table in column K.
The data "available or not" must appear in the cell next to de used number in column K.
1681742172405.png

I searched with IF, MATCH, VLOOKUP, but non of this helped me to find the solution of my problem.
Hopefully you will be my saving in this.

Kind Regards
Krypt (AKA Mike)
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Hi & welcome to MrExcel.
How about
Excel Formula:
=IF(COUNTIFS(B:B,K80),"Not available","Available")
 
Upvote 1
Solution
Hello Fluff,

Your my saving it's exactly what i was searching for.
Thanks a lot.

Kind Regard
Krypt
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 1

Forum statistics

Threads
1,215,655
Messages
6,126,053
Members
449,283
Latest member
GeisonGDC

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