ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula Help please...... (https://www.excelbanter.com/excel-discussion-misc-queries/450482-formula-help-please.html)

Nettie

Formula Help please......
 
How do I write the following formula in excel-

If H8 is less than 5 H27 equals F27

GS[_2_]

Formula Help please......
 
How do I write the following formula in excel-

If H8 is less than 5 H27 equals F27


If you want a zero as the return for FALSE...

=IF(H8<5,F27,0)

If you want an empty cell as the return for FALSE...

=IF(H8<5,F27,"")

Enter the formula in H27.

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion



Gord Dibben[_2_]

Formula Help please......
 
Entered in H27 =IF(H8<5,F27,"not less")

Gord



On Wed, 3 Dec 2014 22:10:07 +0000, Nettie
wrote:


How do I write the following formula in excel-

If H8 is less than 5 H27 equals F27



All times are GMT +1. The time now is 07:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com