Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Sal
 
Posts: n/a
Default Understanding this formula

I always get muddled with quotation marks so can somebody please expalin this
formula.

=IF(F860,IF(E86="",F86*40*40*10,E86*40*10),0)
Thank you very much.
S
  #2   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

The returned value is:
If F860 And E86="" Then F86*16000
Else If F860 Then E86*4000
Else 0

Btw. you can simplify the formula
=IF(F860,IF(E86="",40*F86,E86)*400,0)

.... or
=(F860)*IF(E86="",40*F86,E86)*400

.... it depends on values in cells F86 and E86, maybe this formula will do
too
=IF(F860,MAX(40*F86,E86)*400),0)

.... or even
=(F860)*MAX(40*F86,E86)*400)


Arvi Laanemets


"Sal" wrote in message
...
I always get muddled with quotation marks so can somebody please expalin

this
formula.

=IF(F860,IF(E86="",F86*40*40*10,E86*40*10),0)
Thank you very much.
S



  #3   Report Post  
Sal
 
Posts: n/a
Default

Hi
Thank you for your very quick response - I will try the other options out.
I still don't know where to "" marks fit into this formulas!
Regards.
Sal

"Arvi Laanemets" wrote:

Hi

The returned value is:
If F860 And E86="" Then F86*16000
Else If F860 Then E86*4000
Else 0

Btw. you can simplify the formula
=IF(F860,IF(E86="",40*F86,E86)*400,0)

.... or
=(F860)*IF(E86="",40*F86,E86)*400

.... it depends on values in cells F86 and E86, maybe this formula will do
too
=IF(F860,MAX(40*F86,E86)*400),0)

.... or even
=(F860)*MAX(40*F86,E86)*400)


Arvi Laanemets


"Sal" wrote in message
...
I always get muddled with quotation marks so can somebody please expalin

this
formula.

=IF(F860,IF(E86="",F86*40*40*10,E86*40*10),0)
Thank you very much.
S




  #4   Report Post  
Alan
 
Posts: n/a
Default

It means that if cell E86 is empty ("") then do something, if cell E86 is
not empty then do something else, that is to say it's testing whether E86 is
blank or not.
Regards
"Sal" wrote in message
...
Hi
Thank you for your very quick response - I will try the other options out.
I still don't know where to "" marks fit into this formulas!
Regards.
Sal

"Arvi Laanemets" wrote:

Hi

The returned value is:
If F860 And E86="" Then F86*16000
Else If F860 Then E86*4000
Else 0

Btw. you can simplify the formula
=IF(F860,IF(E86="",40*F86,E86)*400,0)

.... or
=(F860)*IF(E86="",40*F86,E86)*400

.... it depends on values in cells F86 and E86, maybe this formula will
do
too
=IF(F860,MAX(40*F86,E86)*400),0)

.... or even
=(F860)*MAX(40*F86,E86)*400)


Arvi Laanemets


"Sal" wrote in message
...
I always get muddled with quotation marks so can somebody please
expalin

this
formula.

=IF(F860,IF(E86="",F86*40*40*10,E86*40*10),0)
Thank you very much.
S






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
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Understanding net present value formula in Excel kathy304 Excel Worksheet Functions 1 February 1st 05 07:15 PM
revert formula insertion to old method Don't be a pain in the ass Setting up and Configuration of Excel 0 January 24th 05 01:49 PM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM


All times are GMT +1. The time now is 05:21 PM.

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

About Us

"It's about Microsoft Excel"