Validation

Status
Not open for further replies.

Renarian

New Member
Joined
Sep 24, 2023
Messages
44
Office Version
  1. 2007
Platform
  1. Windows
Macro Skill Sheet Test.xlsm
ABCDEFGHIJKLM
1Anger
2TotalPrecise HitterHard Precise HitterStunning Strike
30000
4Hard Hitter0% Crit Chance0% Crit DMG0% Extra Stun
50Piercing ExpertPoison ExpertPoison Mastery
60Max Weapon DMG00 0
7Total Used0% Piercing DMG0% More Poison DMG0% Poison Crit Chance
80Blunt ExpertBleed ExpertBleed Mastery
9000
10Level0% Blunt DMG0% Bleed Dump DMG0% Bleed Dump Crit Chance
110Slashing ExpertHarder HitterBerserker
12000
130% Slashing DMG0Max Weapon DMG0% DMG [<25% HP]
Sheet1
Cell Formulas
RangeFormula
C3C3=C5+F3+F6+F9+I3+I6+I9+L3+L6+L9+F12+I12+L12
F4F4=(F3*0.3)
I4I4=(I3*2)
L4,C6L4=L3
F7,F13,F10F7=F6*3
I7I7=I6*8
L7,I13,L10L7=L6*2
A8A8=C3+C17+C31
I10I10=I9*6
A11A11=A8/4
L13L13=L12*5
Cells with Data Validation
CellAllowCriteria
C5Whole number<=3
C2Any value
I6Custom=AND(F6<>"",F9<>"",F12<>"",SUM(F6,F9,F12),I6<16,MOD(I6,1)=0)
F6Custom=AND(C5<>"",C5=3,F6<31,MOD(F6,1)=0)
L3Custom=AND(I3<>"",I3>7,L3<11,MOD(L3,1)=0)
I3Custom=AND(F3<>"",F3>7,I3<31,MOD(I3,1)=0)
F3Custom=AND(C5<>"",C5=3,F3<21,MOD(F3,1)=0)
L6Custom=AND(I6<>"",I6>9,L6<21,MOD(L6,1)=0)
L9Custom=AND(I9<>"",I9>9,L9<21,MOD(L9,1)=0)
A10Any value
A7Any value
I9Custom=AND(F6<>"",F9<>"",F12<>"",SUM(F6,F9,F12),I9<16,MOD(I9,1)=0)
I12Custom=AND(F6<>"",F9<>"",F12<>"",SUM(F6,F9,F12),I12<11,MOD(I12,1)=0)
F12Custom=AND(C5<>"",C5=3,F12<31,MOD(F12,1)=0)
F9Custom=AND(C5<>"",C5=3,F9<31,MOD(F9,1)=0)
L12Custom=AND(I12<>"",I12>4,L12<21,MOD(L12,1)=0)


Got a lot of help from Dreid1011 on my work project and finished that thanks to them! :) Now using what I learned from that I am trying to create this. I tried a few things but reverted to this again because it works mostly how I want it. What I mean to use as an example, Is it possible for something like this:
C5 =or(or(F3=0,F6=0,F9=0,F12=0),and(C5<=3,mod(C5,1)=0)
for F3:
C5 =or(AND(C5<>"",C5=3,F3<21,MOD(F3,1)=0),and(I3=0,mod(f3,1)=0)
I am just throwing some things out as I am still learning all this. not sure if any of what I put is redundant or completely off base?
I have chain working just going left to right (up the chain), but I want to prevent users from going all the way up and then adding a false entry lower in the chain. There will be no blanks at all allowed in the sheet. All location for person data entry will have zero or a whole positive number smaller than a ceiling. Anything that is added/changed could there be a brief explanation of what it does or why the formula is better?
Original Article question formulas at the bottom of quote.
I know I posted this before but I seriously messed up the posting (lack of sleep). Thanks in advance :)
 
Last edited:

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
I think maybe I should mention I have a simple macro tied to a button called reset that is just placing 0 in the field starting from right to left (this is why zero will always be there and no blanks.) Also is there a way to protect the data validation in the entry cells while still alowing users to enter data in those fields?
 
Upvote 0
Duplicate to: Two Way Conditional cells possibility?

In future, please do not post the same question multiple times. Per Forum Rules (#12), posts of a duplicate nature will be locked or deleted.

In relation to your question here, I have closed this thread so please continue in the linked thread.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,215,094
Messages
6,123,069
Members
449,092
Latest member
ipruravindra

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