HI
I would like help to return a formula when cell not empty.
my formula is =SUM(F2*5/100)
so i want to calculate the 5% of a value when entered on the cell, when not to remain blank.
Thanks
HI
I would like help to return a formula when cell not empty.
my formula is =SUM(F2*5/100)
so i want to calculate the 5% of a value when entered on the cell, when not to remain blank.
Thanks
Try this:
=IF(F2="" "",F2*5/100)
You don't need the SUM function.
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
Hi AliGW it gives me an errorAttachment 779386
Sorry! Comma missing:
=IF(F2="","",F2*5/100)
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
Also, if you have not already done so, you may not be aware that you can thank those who have helped you by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.
Sorry, still gives an error
Please see yellow banner on how to attach a sample workbook.
What error ?
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
Not sure what the error is see sheet attached
Many thanks
Where is formula / error ?
The formula is to go to cell H2 to calculate 5% of cell F2 when is not blank
in H2 of "January"
=IF(F2="","",F2*0.05)
Same as Ali's formula so what does not work?
Attachment 779390 see attached.
Cannot see attachment: post FILE with your formula and showing error!
Excel does not allow to save it with an error. please see image attached.Attachment 779392
I cannot view the attachment: what is the ERROR message?
See attached file:
It worked many thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks