ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   I am looking for help on how to create a specific formula (https://www.excelbanter.com/excel-worksheet-functions/113932-i-am-looking-help-how-create-specific-formula.html)

CURTITO

I am looking for help on how to create a specific formula
 
I am trying to do a formula for a spreadsheet. What I need is the following
and am not sure how to do it:
N4 =M4-(M4*H4)/2 ONLY IF H430 IF NOT THEN N4=M4

Kevin James

I am looking for help on how to create a specific formula
 
In N4,

=IF(H430,M4-(M4*H4)/2,M4).

HTH
--
Kevin James.
Tua'r Goleuni


"CURTITO" wrote in message
...
|I am trying to do a formula for a spreadsheet. What I need is the following
| and am not sure how to do it:
| N4 =M4-(M4*H4)/2 ONLY IF H430 IF NOT THEN N4=M4



John Michl

I am looking for help on how to create a specific formula
 
The basic approach for an IF formula is

=IF(this is true, do this, otherwise do this)

You've got all of the components below. You just need to get them in
the correct order.

- John

CURTITO wrote:
I am trying to do a formula for a spreadsheet. What I need is the following
and am not sure how to do it:
N4 =M4-(M4*H4)/2 ONLY IF H430 IF NOT THEN N4=M4




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

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