formula help with text "yes, "no" already have formula just need it revised

steve89

Board Regular
Joined
Oct 4, 2015
Messages
152
hello i have this formula

=IFERROR(IF($BQ$24=13,IF($BL$26=0,"yes","no")&TEXT($BL$26/BL$26,),"NO"),"yes")

i want the formula to know the following because it works to an extent
if BL26 = 0 then "NO"
if BQ24 = 13 then "YES"


thank you
 
hi i need help with this formula. It displays if a shift is missing but when a cell is empty from A2:A29 its says "missing o" is there an iferror formula to put in there so i dont have to put " ' " so that the message of "missing o" isnt visible?


=IF(TEXTJOIN(", ",,IF(COUNTIF(F10:F52,'Employee Data'!$A$2:$A$29),"",'Employee Data'!$A$2:$A$29))="","","Missing: "&TEXTJOIN(", ",,IF(COUNTIF(F10:F52,'Employee Data'!$A$2:$A$29),"",'Employee Data'!$A$2:$A$29)))
 
Upvote 0

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
here is the example

Excel Workbook
DE
20OFFAM 1
21AM 1AM 2
22VACVAC
23AM 4AM 3
24AM 3OFF
25N/AAM 4
26PM 1PM 1
27AM 2OFF
28PM 3PM 2
29OFFPM 3
30OFFPM 4
31PM 4AM 1
32PM 2OFF
53
54 Missing: PM COOK
55
MASTER UNIVERSAL SCHEDULE
 
Upvote 0
It would help me to see what is in Employee Data!A2:A29 as well.
 
Upvote 0
Hi thanks for replying here is the data

Excel Workbook
A
2AM COOK
3PM COOK
4PR COOK
5AM 1
6AM 2
7AM 3
8AM 4
9PM 1
10PM 2
11PM 3
12PM 4
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Employee Data
 
Upvote 0
This seems to help:

{=IF(TEXTJOIN(", ",,IF(COUNTIF(E10:E52,'Employee Data'!$A$2:$A$29),"",'Employee Data'!$A$2:$A$29))="","","Missing: "&TEXTJOIN(", ",,IF(COUNTIF(E10:E52,'Employee Data'!$A$2:$A$29),"",IF('Employee Data'!$A$2:$A$29<>"",'Employee Data'!$A$2:$A$29,""))))}

Replace the last instance of 'Employee Data'!$A$2:$A$29 with the highlighted portion.
 
Last edited:
Upvote 0
You still have to enter it as an array. See if that helps? It looks right.
 
Upvote 0
works great but now it shows "missing" lol should be blank sort of like an error if 1/1 type formula so it shows nothing when nothing is missing or empty
 
Upvote 0
Ah, sorry. I was just addressing the second part of the formula and I was only working with half your data in columns D/E. Let me see about the first part.
 
Upvote 0

Forum statistics

Threads
1,223,918
Messages
6,175,365
Members
452,638
Latest member
Oluwabukunmi

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