Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave G
 
Posts: n/a
Default Help with Formula

Hi all

I have been trying to write a formula using the IF function and the SQRT
function, yet can't get the syntax right.

In E1 there is a number in E2 I'd like to put a formula, If the square root
of E1 is at least 17 the result will be a pass otherwise it will be a fail.

I had thought I'd got it right many times, yet it was always wrong, my cells
are formatted to general.

Any help appreciated

Can anyone point me to a site that explains the syntax of writing Excel
formulas, where to put the comma's, brackets etc.

Thanks.

Dave


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ian P
 
Posts: n/a
Default Help with Formula

The formula is:

=if(sqrt(E1)=18,"PASS","FAIL")

If you aren't certain about the setup of the formula use the equals button
next to the formula bar and it will provide you with assistance in completing
the formula and will insert the commas at the right place.

Ian

"Dave G" wrote:

Hi all

I have been trying to write a formula using the IF function and the SQRT
function, yet can't get the syntax right.

In E1 there is a number in E2 I'd like to put a formula, If the square root
of E1 is at least 17 the result will be a pass otherwise it will be a fail.

I had thought I'd got it right many times, yet it was always wrong, my cells
are formatted to general.

Any help appreciated

Can anyone point me to a site that explains the syntax of writing Excel
formulas, where to put the comma's, brackets etc.

Thanks.

Dave



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
 
Posts: n/a
Default Help with Formula

Try this in E2:

=IF(SQRT(E1)=17,"Pass","Fail")

Hope this helps.

Pete

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
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 06:25 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"