Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
impress
 
Posts: n/a
Default IF formula question


Here is the formula we have :
=IF(F7=ROUND(I7*26,0),"freeze",IF(F7=ROUND(I7*24 ,0),"warn",""))

I got another Column "V" which has values of either 1 2 or 5. What i
need is to rewrite this formula above so that "=ROUND(I7*26,0)" the
I7 is removed and instead it checks "V" if v<=1 then 4.1*26, if V is
more then 1 less then 5 then 6*26 and if V 5 19*26. I hope this
makes sense. I only need to edit the fist half of the original formula
above.


--
impress
------------------------------------------------------------------------
impress's Profile: http://www.excelforum.com/member.php...o&userid=31515
View this thread: http://www.excelforum.com/showthread...hreadid=511955

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eric_MUC
 
Posts: n/a
Default IF formula question

Hi impress,

is this the solution you were looking for?

"=ROUND(IF(V7<=1,4.1,IF(V75,19,6))*26,0)"

Please be aware that a single "V" does not work in Excel - therefore I used
V7 as a ceel reference (as you used I7 before)... ;) .

Hope this helps and best wishes,
Eric



"impress" wrote:


Here is the formula we have :
=IF(F7=ROUND(I7*26,0),"freeze",IF(F7=ROUND(I7*24 ,0),"warn",""))

I got another Column "V" which has values of either 1 2 or 5. What i
need is to rewrite this formula above so that "=ROUND(I7*26,0)" the
I7 is removed and instead it checks "V" if v<=1 then 4.1*26, if V is
more then 1 less then 5 then 6*26 and if V 5 19*26. I hope this
makes sense. I only need to edit the fist half of the original formula
above.


--
impress
------------------------------------------------------------------------
impress's Profile: http://www.excelforum.com/member.php...o&userid=31515
View this thread: http://www.excelforum.com/showthread...hreadid=511955


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
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 Question Marcus Feldmore Excel Worksheet Functions 1 November 11th 05 03:47 PM
I have a question regarding countif formula. Fahad Farid Ansari Excel Worksheet Functions 6 October 1st 05 11:57 PM
Formula Question JDT Excel Discussion (Misc queries) 2 January 30th 05 01:17 PM


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