create account

Excel Data Validation - Control and Restrict user inputs by theexcelclub

View this thread on: hive.blogpeakd.comecency.com
· @theexcelclub · (edited)
$2.94
Excel Data Validation - Control and Restrict user inputs
In Excel Data Validation will allow you to add an element of control to your spreadsheets by restricting when the user can enter into a cell or cells. It can be classed as a spreadsheet security feature; however, it is not 100% fool proof.  By setting up Data validation, you can ensure users only enter text of a certain length to cells, or ensure they only enter a number between a specific range.  A common use of data validation is to create a drop down containing a list that users can select between.

Now you know data validation is used for, Let’s have a look at the content of this article.  It’s going to be a long one, so do grab a coffee before you start.  By the time you complete this article you will be an expert at using Data validation in Excel.
<h4>Contents</h4>
<p><a href="#_Toc47386352">How to set up Basic Data Validation</a></p>
<a href="#_Toc47386353">Example 1 – Data Validation – Only allow a date to be entered into a cell</a></p>
<a href="#_Toc47386354">How to set up Input messages and edit existing data validation</a></p>
<a href="#_Toc47386355">How to set up Data Validation Error Alerts and Restriction Style</a></p>
<a href="#_Toc47386356">How to remove Data Validation in Excel</a></p>
<a href="#_Toc47386357">How to find cells with Data Validation</a></p>
<a href="#_Toc47386359">Data Validation List and Excel tables</a></p>
<a href="#_Toc47386360">Example 2- Data validation with a Drop-Down List</a></p>
<a href="#_Toc47386361">Example 3:&nbsp; Dynamic Data validation drop down</a></p>
<a href="#_Toc47386362">Example 4 - How to reference Dynamic Arrays in Excels Data Validation</a></p>
<a href="#_Toc47386363">Custom Data Validation</a></p>
<a href="#_Toc47386364">Example 5 – How to apply multiple data validations into one cell</a></p>

<h3><a name="_Toc47386352"></a>How to set up Basic Data Validation</h3>
Data validation can be found On the&nbsp;Data&nbsp;tab, in the&nbsp;Data Tools&nbsp;group.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/1_data-validation-in-Excel.jpg" alt="data validation in Excel" width="320" height="103"><br/>
<h4><a name="_Toc47386353"></a>Example 1 – Data Validation – Only allow a date to be entered into a cell</h4>
We wish to ensure users only enter today's date into cell C3

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/2_data-validation-in-Excel.jpg" alt="data validation in Excel" width="602" height="187"><br/>

Start by selecting the cell, or cells that you wish to validate.&nbsp; The from the Data time and the data tools group, select Data Validation.

This will open the data validation set up box on the settings tab.&nbsp; It is from the settings tab that you set criteria for the validation.&nbsp; The default setting is to allow any value.&nbsp; This really means there is no validation in place.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/3_data-validation-in-Excel.png" alt="data validation in Excel" width="408" height="326"><br/>

We can select different criteria by using the Allow drop down.&nbsp; In this example we need to select Date.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/4_data-validation-in-Excel.png" alt="data validation in Excel" width="383" height="315"><br/>

Once we select Date, or any other allow criteria, further options will become available.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/5_data-validation-in-Excel-Copy.png" alt="" width="389" height="316"><br/>

Numerical and date data allows you select between the following:
<ul>
 <li>Between</li>
 <li>Not Between</li>
 <li>Equal to</li>
 <li>Not Equal to</li>
 <li>Greater than</li>
 <li>Less than</li>
 <li>Greater than or equal to</li>
 <li>Less than or equal to</li>
</ul>
In this case we should select equal to.&nbsp; In the date field, we can then enter the formula

=TODAY ()

This will ensure only today's date can be entered into the selected cell.&nbsp; The final step is to select OK and the data validation rules will be applied.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/6_data-validation-in-Excel-Copy.png" alt="" width="396" height="322"><br/>

Now if the user tried to enter anything but today's date, they will not be able to move forward and will get an error.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/7_data-validation-in-Excel-Copy.png" alt="" width="508" height="224"><br/>
<h3><a name="_Toc47386354"></a>How to set up Input messages and edit existing data validation</h3>
An input message allows you give directions to the spreadsheet user.&nbsp; When the user clicks on a cell with a data validation input message set, they will see the message that you have set.

Sticking with our example, let’s say we wanted to tell the user they must enter today's date.&nbsp; To do this we must edit our existing data validation.

Start by selecting the cell, the select data validation from the data ribbon.&nbsp; Once the set-up box opens, select the input message tab.&nbsp; We can give our message a title, in this case we have called it Date.&nbsp; Then you enter your Input message and select Ok to apply the setting to the selected cell or cells.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/Picture34.png" alt="" width="408" height="326"><br/>Now when the user selects the cell with the data validation, they will see the input message that you set.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/9_data-validation-in-Excel-Copy.png" alt="" width="368" height="194"><br/>
<h3><a name="_Toc47386355"></a>How to set up Data Validation Error Alerts and Restriction Style</h3>
An Error Alter will warn the users if they enter the wrong type of data to a cell with data validation.&nbsp; The restriction style will define if the error will allow the user to continue with the error or make them change their entry.

To set or change an Error Alert or Restriction Style, go to the Error Alert tab on the Data Validation set up box.&nbsp; We can add in a Title and the error message.&nbsp; This will be shown if the user enters something that does not match the validation criteria.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/10_data-validation-in-Excel.png" alt="data validation in Excel" width="408" height="326"><br/>

You can also change the Style from the Error Alter tab.&nbsp; The default setting is Stop.&nbsp; The Stop style will not accept data that is not valid and the user much either change the data or cancel the entry.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/11_data-validation-in-Excel.png" alt="data validation in Excel" width="386" height="314"><br/>

If the style is set on Warning, the user will receive a notification with the Error message, but they will have the option to proceed with the incorrect data.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/12_data-validation-in-Excel.png" alt="data validation in Excel" width="411" height="128"><br/>

When the style is set to information, the users will receive a notification with the error message, but they can continue by pressing ok on the error message.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/13_data-validation-in-Excel.png" alt="data validation in Excel" width="361" height="122"><br/>
<h3><a name="_Toc47386356"></a>How to remove Data Validation in Excel</h3>
To remove data validation from cells in Excel, first select the cells.&nbsp; Then select Data Validation from the data ribbon to open up the Data validation set up box. On the bottom left of the setup box you will find Clear All.&nbsp; To remove the data validation, select Clear All from the setting tab.&nbsp; Clear all in the Input message and Error Alert tabs will not clear all the validation, only the message from the chosen tab.&nbsp; To remove the data validation in its entirety, you must select Clear all from the settings tab.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/14_data-validation-in-Excel.png" alt="data validation in Excel" width="408" height="326"><br/>
<h3><a name="_Toc47386357"></a>How to find cells with Data Validation</h3>
You can easily find all cells on a worksheet that have data validation using Go to Special.&nbsp; Go to Special can be accessed via the Home Ribbon.&nbsp; Under the Editing set of commands is Find &amp; Select.&nbsp; The drop down will show Go to Special.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/15_data-validation-in-Excel.png" alt="data validation in Excel" width="353" height="413"><br/>

By Selecting ALL, any cells that contain data validation will be selected.&nbsp; If you are looking to find cells with a specific data validation, select one cell containing the validation you are looking for and in Go to Special, select Data validation and select Same.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/16_data-validation-in-Excel.png" alt="data validation in Excel" width="328" height="337"><br/>
<h3><a name="_Toc47386359"></a></h3>

<h3>Data Validation List and Excel tables</h3>
Data validation can be applied to tables and columns of tables.&nbsp; As tables have dynamic properties, once you set up the data validation then it will copy as you add new rows to the table.

Tables are also a way to dynamically feed a data validation list, so when the table updates the data validation will also update.
<h4><a name="_Toc47386360"></a>Example 2- Data validation with a Drop-Down List</h4>
A common use of data validation is to provide a drop-down list with predefined values that a user can choose from.&nbsp; Setting this up is relatively simple.&nbsp; In this example we are going to create a drop-down list so users can choose between customers when completing a table containing invoice details.&nbsp; This table has been named Invtb.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/17_data-validation-in-Excel.png" alt="data validation in Excel" width="384" height="153"><br/>

Start by selecting the column you wish to add the validation to.&nbsp; As we are using tables, if we hover the mouse over the column, we will get a black arrow, click once and you will select the column excluding the header.

Access the data validation set up box and select List in the Allow criteria.&nbsp; Insure In-cell dropdown is selected. Then in the source, you can type in the list items you wish the user to select between.&nbsp; Each item must be separated with a comma.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/18_data-validation-in-Excel.png" alt="data validation in Excel" width="408" height="326"><br/>

Alternatively, instead of typing in the list, you can reference cells that contain the values you wish to include in the list.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/19_data-validation-in-Excel.png" alt="data validation in Excel" width="602" height="367"><br/>

Now when the user adds a new column to the table, and gets to the customer field, the user will be able to select between the predefined list of customers.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/20_data-validation-in-Excel.png" alt="data validation in Excel" width="453" height="204"><br/>
<h4><a name="_Toc47386361"></a>Example 3:&nbsp; Dynamic Data validation drop down</h4>
In the above example we created a drop down using a list, or by typing in the values.&nbsp; However, this type of list is not dynamic and will not update automatically if you want to include new values.&nbsp; By using a table as a source we can ensure our drop-down updates when new values are added.

Start by creating a list of values and converting the list to a table.&nbsp; CTRL+T will convert to a table.

Tables by their nature use structured naming for the columns within the table.&nbsp; However, for some reason, the data validation set up box does not recognize these.&nbsp; The trick now is that we must give the list column a predefined name.

Then select the table column you wish to use as the data source. From the Formulas ribbon, select Define Name.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/21_data-validation-in-Excel.png" alt="data validation in Excel" width="477" height="156"><br/>

This will open the Define name set up box.&nbsp; First give the name.&nbsp; You can then update the scope if needed and add a comment.&nbsp; As we had already selected the data, we can see the Refers to field is complete.&nbsp; And it uses the structured naming from the table.&nbsp; If you can see cell references here instead of the structured naming, delete the cell references and re-select the data.&nbsp; Cell references will not be dynamic.&nbsp; The structured referencing shows that we have taken the entire column, which will include any updates.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/22_data-validation-in-Excel.png" alt="data validation in Excel" width="316" height="239"><br/>

Now select the cells in which you want the data validation to be applied and open the data validation set up box.

Select List as the allow criteria option and in source we can paste in the name.&nbsp; F3 is the keyboard shortcut to paste name.&nbsp;

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/23_data-validation-in-Excel.png" alt="data validation in Excel" width="534" height="360"><br/>

Now if we update our table containing our customers, our data validation drop down list will also update.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/24_data-validation-in-Excel.png" alt="data validation in Excel" width="602" height="175"><br/>
<h3><a name="_Toc47386362"></a>Example 4 - How to reference Dynamic Array List in Excels Data Validation</h3>
Introduced in Excel 365 Dynamic Arrays offer a new way to solve problems in Excel.&nbsp; By using Dynamic arrays, you can create a Dynamic unique and sorted list and use this as a reference in the data validation source.&nbsp; If you are not familiar with Dynamic arrays, I would suggest you read this article <a href="https://theexcelclub.com/excel-dynamic-arrays-a-new-way-to-model-your-excel-spreadsheets/">Excel Dynamic Arrays – A new way to model your Excel Spreadsheets</a>

Suppose we have created a unique sorted list using Excel Dynamic arrays, as we can see in the image.&nbsp; As this is a dynamic array the formula only resides in cell H2, however the spill range is currently H2:H6.&nbsp; To reference an entire spill range in Excel you select the cell that contain the formula, in this case H2 and follow it by #.&nbsp; So H2#

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/25_data-validation-in-Excel.png" alt="data validation in Excel" width="416" height="231"><br/>

It is this same referencing you use in Data validation to use a Dynamic Array spill range as a data validation list.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/26_data-validation-in-Excel.png" alt="data validation in Excel" width="602" height="326"><br/>
<h3><a name="_Toc47386363"></a>Custom Data Validation</h3>
Custom Data validation will allow you to set your own rules using Excel formulas to validate the data being entered.&nbsp; You can be highly creative when you are using Custom data validation and knowing Excel formulas, and being strong with conditional statements comes in very handy.

When you are writing a formula for custom data validation, the formula must return a True or a False statement.&nbsp; Data will be valid when the true conditions of the formula are met.&nbsp; The data will be rejected if a false value is returned.
<h4><a name="_Toc47386364"></a>Example 5 – How to apply multiple data validations into one cell</h4>
Suppose we wanted to ensure that the user can only enter data that beings with either WWW or HTTPS and only 30 character are allowed.

To achieve this, we must write a conditional statement to test the following logic

The total length of the data entered must be no longer than 30 characters and the first 3 letters of the cell must be “www” or the first 5 letters must be “https”

I would suggest writing and testing the formula in an adjacent cell before you apply it to the data validation.&nbsp; This saves a lot of time debugging if the formula goes wrong.

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/27_data-validation-in-Excel.png" alt="data validation in Excel" width="602" height="103"><br/>

Assuming our data validation cell is B2, the conditional statement we would use in this case is

=AND(LEN(B2)&lt;30,OR(LEFT(B2,3)="www",LEFT(B2,5)="https"))

Once we have written and testing our formula, we can then take a copy of the formula and use this as the source in our custom data validation.

Select the cell in which you want to apply the validation and open the data validation set up box.&nbsp; Select Custom as the allow criteria.&nbsp; Then simply paste in the formula you created to the Formula box. (alternatively, you can link to the cell that contains the formula.&nbsp; However, I would not recommend this. The reality is you do not need this formula in your spreadsheet and once it has been pasted into data validation, you can then delete the formula from the spreadsheet)

<img src="https://theexcelclub.com/wp-content/uploads/2020/08/28_data-validation-in-Excel.png" alt="data validation in Excel" width="408" height="326"><br/>
<h3>Conclusion</h3>
Data validation in Excel is a powerful tool that will allow you to control and restrict the user inputs.&nbsp; This will ensure your data is more accurate and your spreadsheet more robust.&nbsp; However, it does have its limitations.&nbsp; A user can copy and paste over a cell with data validation, removing the validation in the process.
<center>Do you have any questions or comments on Data validation or this post?&nbsp; If so, please don't be shy, pop them in the comments box below</center></h3>
<center>Do you want to start collecting rewards quickly for learning Excel?&nbsp; Then you should try:</center></p>
<center><a href="https://theexcelclub.com/excel-learn-earn/">10+ Excel Learn and Earn Activities YOU can do Today</a></center></p>

<center><strong>SIGN UP FOR OUR NEWSLETTER TODAY – GET EXCEL TIPS TRICKS AND LEARN AND EARN ACTIVITIES TO YOUR INBOX</strong></center></h4>
<a role="button" href="https://theexcelclub.newzenler.com/f/email-signup">SIGN UP</a> <br /><center><hr/><em>Cross posted from my blog with <a href='https://wordpress.org/plugins/steempress/'>SteemPress</a> : https://theexcelclub.com/excel-data-validation-control-and-restrict-user-inputs/ </em><hr/></center>          
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 108 others
properties (23)
authortheexcelclub
permlinkexceldatavalidation-controlandrestrictuserinputs-e1bbdxnbyt
categoryexcel
json_metadata{"community":"steempress","app":"peakd/2020.07.4","tags":["excel","steemleo","stemgeeks","tutorials","coding"],"canonical_url":"https://theexcelclub.com/excel-data-validation-control-and-restrict-user-inputs/","image":["https://theexcelclub.com/wp-content/uploads/2020/08/1_data-validation-in-Excel.jpg","https://theexcelclub.com/wp-content/uploads/2020/08/2_data-validation-in-Excel.jpg","https://theexcelclub.com/wp-content/uploads/2020/08/3_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/4_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/5_data-validation-in-Excel-Copy.png","https://theexcelclub.com/wp-content/uploads/2020/08/6_data-validation-in-Excel-Copy.png","https://theexcelclub.com/wp-content/uploads/2020/08/7_data-validation-in-Excel-Copy.png","https://theexcelclub.com/wp-content/uploads/2020/08/Picture34.png","https://theexcelclub.com/wp-content/uploads/2020/08/9_data-validation-in-Excel-Copy.png","https://theexcelclub.com/wp-content/uploads/2020/08/10_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/11_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/12_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/13_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/14_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/15_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/16_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/17_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/18_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/19_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/20_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/21_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/22_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/23_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/24_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/25_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/26_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/27_data-validation-in-Excel.png","https://theexcelclub.com/wp-content/uploads/2020/08/28_data-validation-in-Excel.png"],"format":"markdown","links":["#_Toc47386352","#_Toc47386353","#_Toc47386354","#_Toc47386355","#_Toc47386356","#_Toc47386357","#_Toc47386359","#_Toc47386360","#_Toc47386361","#_Toc47386362"]}
created2020-08-05 01:50:03
last_update2020-08-05 20:07:15
depth0
children3
last_payout2020-08-12 01:50:03
cashout_time1969-12-31 23:59:59
total_payout_value1.487 HBD
curator_payout_value1.456 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18,650
author_reputation49,417,421,433,400
root_title"Excel Data Validation - Control and Restrict user inputs"
beneficiaries
0.
accountsteempress
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,898,246
net_rshares9,225,841,092,299
author_curate_reward""
vote details (172)
@cmplxty · (edited)
$0.35
I was just writing an excel post earlier and was wondering if I’ve seen any from you lately! I’m glad to see that we still retained such a famous excel user on here :) lol

I’ll be dropping mine in here tomorrow! 

Data validation was a key component to what I was working on today actually. What appeared to work in my small dataset didn’t work in my big one! I’m glad I validated it with the big one before passing it off as complete. I will give it more analysis tomorrow. 

My validation wasn’t like this one though. I am glad you showed this to me! I understand more about some of the forms I fill out and how they set the rules to allow specific entries. I will see if I can find the answer options, sometimes the answers aren’t intuitive and I just free text outside the box lol
👍  , ,
properties (23)
authorcmplxty
permlinkre-theexcelclub-202084t22213481z
categoryexcel
json_metadata{"tags":[],"app":"ecency/3.0.0-mobile","format":"markdown+html"}
created2020-08-05 02:02:15
last_update2020-08-05 02:04:48
depth1
children1
last_payout2020-08-12 02:02:15
cashout_time1969-12-31 23:59:59
total_payout_value0.174 HBD
curator_payout_value0.175 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length785
author_reputation557,919,134,789,629
root_title"Excel Data Validation - Control and Restrict user inputs"
beneficiaries
0.
accountecency
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,898,415
net_rshares1,253,726,685,754
author_curate_reward""
vote details (3)
@paulag ·
Yeps I am still here lurking about, just busy with the kids and family life.

What sort of validation were you working on?

I'm glad you found this post to be of value, the custom data validation is very powerful in Excel if you can master the formulas 
properties (22)
authorpaulag
permlinkre-cmplxty-qelx5o
categoryexcel
json_metadata{"tags":["excel"],"app":"peakd/2020.07.4"}
created2020-08-05 20:05:48
last_update2020-08-05 20:05:48
depth2
children0
last_payout2020-08-12 20:05:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length253
author_reputation274,264,287,951,003
root_title"Excel Data Validation - Control and Restrict user inputs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,912,587
net_rshares0
@hivebuzz ·
Congratulations @theexcelclub! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) :

<table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@theexcelclub/upvotes.png?202008072225"></td><td>You distributed more than 32000 upvotes. Your next target is to reach 33000 upvotes.</td></tr>
</table>

<sub>_You can view [your badges on your board](https://hivebuzz.me/@theexcelclub) And compare to others on the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/pudresponse"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hivebuzz/@hivebuzz/pudresponse">Feedback from the last Hive Power Up Day</a></td></tr></table>
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-theexcelclub-20200807t223613000z
categoryexcel
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2020-08-07 22:36:12
last_update2020-08-07 22:36:12
depth1
children0
last_payout2020-08-14 22:36:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length931
author_reputation368,228,566,674,318
root_title"Excel Data Validation - Control and Restrict user inputs"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,951,915
net_rshares0