Cell Value with a different number displaying

fishewb

New Member
Joined
Jun 3, 2019
Messages
19
Is there a way to have a cell value equal the "2019" and have this value used for formula calculation purposes but have the cell display "2020", even though it's value would be "2019"

Thank you
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Could you simply put 2020 in the cell and have your formula use that cell reference minus 1 in the calculations?
 
Upvote 0
Thank you for the suggestions. I tried something else that seems to work.

I changed the format to a custom format and typed "2020" in the display, it left 2019 as my value and formulas are still working fine.
 
Upvote 0
Thank you for the suggestions. I tried something else that seems to work.

I changed the format to a custom format and typed "2020" in the display, it left 2019 as my value and formulas are still working fine.
What will happen with this worksheet next year?
 
Upvote 0
About all i can thing of without data is:

=INT(ROUNDDOWN(A1,0))

Change A1 to the target cell

Regards
jiuk

Thanks for this option.

The model contains a basis tab that controls the header rows for approx 120 tabs. In each tab the model has lookups and calc cells that are driven by that 2019 date, that I'm looking to display 2020 as we transition to future view without historical data to use a as linked file yet.
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,577
Members
449,039
Latest member
Arbind kumar

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