![]() |
precede or follow formula with text
I have two cells, one with a COUNTA formula that adds the total number of
employees and one cell with a COUNTBLANK forumula that adds the number of employees who have not yet attended a mandatory meeting. I'd like to create a third cell that reads "of [COUNTA result] staff members, [COUNTBLANK result] have not attended a meeting" Any thoughts? |
precede or follow formula with text
Try this:
="of " & A1 & " staff members, " & A2 & " have not attended a meeting." Change A1 and A2 to whatever cells your Counts are stored in. HTH Elkar "Marge" wrote: I have two cells, one with a COUNTA formula that adds the total number of employees and one cell with a COUNTBLANK forumula that adds the number of employees who have not yet attended a mandatory meeting. I'd like to create a third cell that reads "of [COUNTA result] staff members, [COUNTBLANK result] have not attended a meeting" Any thoughts? |
precede or follow formula with text
It worked like a charm! Thank you.
"Elkar" wrote: Try this: ="of " & A1 & " staff members, " & A2 & " have not attended a meeting." Change A1 and A2 to whatever cells your Counts are stored in. HTH Elkar "Marge" wrote: I have two cells, one with a COUNTA formula that adds the total number of employees and one cell with a COUNTBLANK forumula that adds the number of employees who have not yet attended a mandatory meeting. I'd like to create a third cell that reads "of [COUNTA result] staff members, [COUNTBLANK result] have not attended a meeting" Any thoughts? |
All times are GMT +1. The time now is 12:34 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com