Format a cell with a comment based on a comment in another cell
Solved/Closed
stevo5355
Posts
1
Registration date
Thursday 2 October 2014
Status
Member
Last seen
2 October 2014
-
2 Oct 2014 à 01:38
stevo - 12 Oct 2014 à 20:33
stevo - 12 Oct 2014 à 20:33
Related:
- Format a cell with a comment based on a comment in another cell
- What does comment ranking mean on facebook - Guide
- How to pin a comment on instagram live - Guide
- How to delete a cell in word - Guide
- Based on the values in cells b77 ✓ - Excel Forum
- How to comment on close friends story - Instagram Forum
2 responses
vcoolio
Posts
1411
Registration date
Thursday 24 July 2014
Status
Contributor
Last seen
6 September 2024
262
3 Oct 2014 à 02:43
3 Oct 2014 à 02:43
Hello Stevo,
Try the following formula:-
=IF(B2="YES","Windows are clean.","")&IF(B2="NO","Windows require cleaning.","")&IF(B2="NA","NA","")
I assume that your first row will have headers so paste the formula into cell C2.
Click on cell B2 and use Data Validation to create a drop down: go to the Data tab and in the Data Tools group, click on Data Validation and in the drop down that appears, click Data Validation. In the dialogue box that appears, choose "List" in the "Allow" drop down box. In the "Source" box, type in Yes, No, NA and then click OK. A drop down box should then appear in B2.
Type your questions, such as "are the windows clean?", in A2.
The 'reply' text in the formula can be changed to suit your requirements.
You will need to adjust the column widths to suit.
Hopefully, this may help you.
Cheers,
vcoolio
Try the following formula:-
=IF(B2="YES","Windows are clean.","")&IF(B2="NO","Windows require cleaning.","")&IF(B2="NA","NA","")
I assume that your first row will have headers so paste the formula into cell C2.
Click on cell B2 and use Data Validation to create a drop down: go to the Data tab and in the Data Tools group, click on Data Validation and in the drop down that appears, click Data Validation. In the dialogue box that appears, choose "List" in the "Allow" drop down box. In the "Source" box, type in Yes, No, NA and then click OK. A drop down box should then appear in B2.
Type your questions, such as "are the windows clean?", in A2.
The 'reply' text in the formula can be changed to suit your requirements.
You will need to adjust the column widths to suit.
Hopefully, this may help you.
Cheers,
vcoolio