Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Altstatten
 
Posts: n/a
Default Need helping with my formula please...

I have three cells designated P7, Q7, and R7 with a line of text in each. In
another cell (L7) I have a percentage. My formula is in M7. If the percentage
in L7 drops below 50% I want the text in R7 displayed, it's between 50% and
100%, I want the text in Q7 displayed, and if it's 100% or above, I want P7
displayed. The formula I have is as follows:
=IF(L799,P$7,(IF(L7<50,R$7,(IF(L750<100,Q$7," ")))))
Please help me with what I'm doing wrong.
Thank you!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bpeltzer
 
Posts: n/a
Default Need helping with my formula please...

It looks like you're ignoring the %s in your if statement, and you've made
the final portion of the if overly complex (and syntactically invalid). Try
=if(l7=100%,p$7,if(l7=50%,q$7,r$7))

"Altstatten" wrote:

I have three cells designated P7, Q7, and R7 with a line of text in each. In
another cell (L7) I have a percentage. My formula is in M7. If the percentage
in L7 drops below 50% I want the text in R7 displayed, it's between 50% and
100%, I want the text in Q7 displayed, and if it's 100% or above, I want P7
displayed. The formula I have is as follows:
=IF(L799,P$7,(IF(L7<50,R$7,(IF(L750<100,Q$7," ")))))
Please help me with what I'm doing wrong.
Thank you!

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
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 07:48 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 05:44 AM.

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"