CAN IT BE DONE

adierobo

New Member
Joined
Apr 20, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi all newbie to this site this may be a questionable action however if I enter a figure into F22 and another into F23 I need a total in F24 but then the total divided by 3 in F25
this is the point that may not be possible I only need this formula to appear when I enter total into D25. I know that =$C$4="SERVICE" will allow cells to blank when service is not entered I just don't know if making a formula disappear until you enter a word is possible Any thanks for looking Adrian
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Welcome to the forum!

See if this works for you:

Book2
DEF
2277
2388
24165
25Total55
Sheet8
Cell Formulas
RangeFormula
F24F24=SUM(F22:F23)
F25F25=IF(D25="Total",F24/3,"")
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,391
Members
449,080
Latest member
Armadillos

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