date & number

Urraco

Board Regular
Joined
Apr 19, 2021
Messages
68
Office Version
  1. 2016
Platform
  1. Windows
Hello,
On the left I have some columns with dates formatted by days. how could I add the character ">" only for the days 1 to 11?
The solution must be a formula, because when I change the data on the left should be updated on the right...
Thank you very much!


Book1
ABCDEFGHIJK
1from thisdo this
220212223242021222324
325262728292526272829
4303112330311>2>3>
5456784>5>6>7>8>
69101112139>10>11>1213
714151617181415161718
819202122231920212223
924252627282425262728
10293031122930311>2>
11345673>4>5>6>7>
12891011128>9>10>11>12
1313141516171314151617
1418192021221819202122
1523242526272324252627
16281234281>2>3>4>
17567895>6>7>8>9>
18101112131410>11>121314
1915161718191516171819
2020212223242021222324
2125262728292526272829
22303112330311>2>3>
23456784>5>6>7>8>
Sheet1
Cell Formulas
RangeFormula
B2:E23B2=A2+1
A3:A23A3=E2+1
 
Last edited:

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
=IF( A2 > 11, A2&">",a2)

Book2
ABCDEFGHI
1
21313
31212> 
Sheet2
Cell Formulas
RangeFormula
H2:I3H2=IF(A2="","",IF(A2>11,A2&">",A2))
 
Upvote 0
Upvote 0
Solution
Upvote 0

Forum statistics

Threads
1,214,839
Messages
6,121,891
Members
449,058
Latest member
Guy Boot

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