![]() |
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 |
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 |
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