Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 81
Default 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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
need to create a formula to create a timesheet but haven't a clue AHurd Excel Discussion (Misc queries) 7 August 22nd 05 12:04 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
How to create specific formula STS Excel Worksheet Functions 4 May 2nd 05 01:44 AM


All times are GMT +1. The time now is 06:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"