mandatory row values out of any three rows

ykksap

New Member
Joined
Nov 6, 2017
Messages
2
Hi Gurus,

Emp namefather namemother nameGuardian name
JamesXXXXXXXXX
davidXXX

<tbody>
</tbody>

i have a requirement in excel, i want to save an employee details name as Jmaes i need any one of father/mother/guardian columns row value should be mandatory for this requirement please help me with your solution like validation or macro.

if i miss provide the james father/mother/guardian details it should provide the error message like please provide james father/mother/guardian details.

Please help me on this


<colgroup><col><col><col><col></colgroup><tbody></tbody>

<colgroup><col><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
The error message is difficult because when does it trigger? You would usually fill in one cell before the other. Id use conditional formatting i think to colour the cells should the condition not be met. Such as:

=AND(LEN($A1)>0,COUNTA($B1:$D1)=0)
 
Upvote 0

Forum statistics

Threads
1,215,452
Messages
6,124,916
Members
449,195
Latest member
Stevenciu

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