#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default Formula help

=IF(E3=1,299),IF(E3=2,149),IF(E3=3,100),IF(E3=5,59 ,0))

This is what i need, E3=1.00 then return the value of 299
E3=2.00 then return the value of 149
E3=3.00 then return the value of 99
E3=5.00 then return the value of 59
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Formula help

You were nearly there - try this:

=IF(E3=1,299,IF(E3=2,149,IF(E3=3,100,IF(E3=5,59,0) )))

Hope this helps.

I'd better go to bed now, otherwise Bob will tell me off <g

Pete

Mike wrote:
=IF(E3=1,299),IF(E3=2,149),IF(E3=3,100),IF(E3=5,59 ,0))

This is what i need, E3=1.00 then return the value of 299
E3=2.00 then return the value of 149
E3=3.00 then return the value of 99
E3=5.00 then return the value of 59


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default Formula help

Hi Pete

I'd better go to bed now, otherwise Bob will tell me off <g

Looks like you got away with it this time, unless Bob isn't awake
yet<bg

--
Regards

Roger Govier


"Pete_UK" wrote in message
ups.com...
You were nearly there - try this:

=IF(E3=1,299,IF(E3=2,149,IF(E3=3,100,IF(E3=5,59,0) )))

Hope this helps.

I'd better go to bed now, otherwise Bob will tell me off <g

Pete

Mike wrote:
=IF(E3=1,299),IF(E3=2,149),IF(E3=3,100),IF(E3=5,59 ,0))

This is what i need, E3=1.00 then return the value of 299
E3=2.00 then return the
value of 149
E3=3.00 then return the
value of 99
E3=5.00 then return the
value of 59




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Formula help

Ha ha - he said he needed a lot of sleep !! I haven't seen a post from
him today, so perhaps he has other things to do rather than admonish
me.

Pete

Roger Govier wrote:
Hi Pete

I'd better go to bed now, otherwise Bob will tell me off <g

Looks like you got away with it this time, unless Bob isn't awake
yet<bg

--
Regards

Roger Govier


"Pete_UK" wrote in message
ups.com...
You were nearly there - try this:

=IF(E3=1,299,IF(E3=2,149,IF(E3=3,100,IF(E3=5,59,0) )))

Hope this helps.

I'd better go to bed now, otherwise Bob will tell me off <g

Pete

Mike wrote:
=IF(E3=1,299),IF(E3=2,149),IF(E3=3,100),IF(E3=5,59 ,0))

This is what i need, E3=1.00 then return the value of 299
E3=2.00 then return the
value of 149
E3=3.00 then return the
value of 99
E3=5.00 then return the
value of 59



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default Formula help

Slightly different to what you wanted in .misc

=(300/E3-1)*(OR(E3={1,2,3,5}))


--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"Mike" wrote in message
...
=IF(E3=1,299),IF(E3=2,149),IF(E3=3,100),IF(E3=5,59 ,0))

This is what i need, E3=1.00 then return the value of 299
E3=2.00 then return the value of
149
E3=3.00 then return the value of
99
E3=5.00 then return the value of
59





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
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


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