0:00
welcome today we'll explore named
0:02
constants in Excel previously we
0:04
discussed named ranges which are defined
0:06
names that reference specific cells or
0:08
ranges named constants however are not
0:11
tied to any particular cell or range
0:14
they exist independently and can be used
0:16
throughout the workbook this simplifies
0:18
your worksheet by reducing clutter and
0:20
allows you to use meaningful names for
0:22
values making your formulas more
0:24
intuitive and easier to
0:28
understand creating a named constant in
0:30
Excel is simple let's demonstrate this
0:33
with an example suppose we have product
0:35
data with columns for products and price
0:38
in the third column we need to calculate
0:40
the total price including tax assume the
0:43
tax rate is 30% using the formula equals
0:46
B2 asterisk 1 + 30% in cell C2
0:51
calculates the total price including the
0:53
tax and Returns the expected value
0:55
instead of directly entering 30% in our
0:58
formulas we can create a name constant
1:00
called tax rate to hold this value this
1:02
makes formulas more readable and easier
1:04
to understand to create a named constant
1:07
go to the formulas Tab and select Define
1:09
name in the new name dialogue box enter
1:12
the name tax rate for the constant set
1:15
the scope to workbook and in the refers
1:17
to field type equals 30%
1:31
now let's use the name constant in our
1:33
formula replace the 30% in your formula
1:36
with the tax rate constant Excel will
1:38
automatically substitute the value you
1:40
defined making the formula cleaner and
1:43
more intuitive instead of seeing an
1:45
arbitrary value like 30% in the formula
1:47
you'll now see a meaningful name that
1:49
clearly explains what the value
1:51
represents name constants also make
1:54
updating values across your workbook
1:56
much easier if the tax rate changes you
1:58
only need to update constants definition
2:01
and the changes will automatically apply
2:02
to all formulas using it and that's how
2:05
you can create and use name constants in
2:07
Excel if you found this tutorial helpful
2:09
don't forget to like the video subscribe
2:11
to the channel and hit the notification
2:13
Bell for more Excel tips and tricks
2:15
thank you for watching and I'll see you