If False then (another formula)

Kirstym1918

New Member
Joined
Dec 17, 2017
Messages
45
Hi all,

How do I add to this formula =IF(COUNTIF(Monday!$G$6:$I$25,$B2)>0,"W","")

It looks in the Monday range for a match with B2 then returns "W" but if false I would like it to carry out another formula to find a match but return R as per below, any idea how I can do this.
=IF(COUNTIF(Monday!$T$6:$U$31,$B2)>0,"R","")

Many Thanks
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Does this work?
=IF(COUNTIF(Monday!$G$6:$I$25,$B2)>0,"W",
IF(COUNTIF(Monday!$T$6:$U$31,$B2)>0,"R",""))
 
Upvote 0
Hi Jerry,

Thanks for the reply, No it doesn't work, I tried that previously, it stops working on both formulas unfortunately.
 
Upvote 0
Hi,

I'm struggling to upload anything. The file contains a lot of confidential information so I cant really attach the full file :(
 
Upvote 0

Forum statistics

Threads
1,214,560
Messages
6,120,222
Members
448,951
Latest member
jennlynn

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