Thread: IF function
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
wcurtis wcurtis is offline
external usenet poster
 
Posts: 24
Default IF function

I have a spreadsheet that will use more IF functions than allowed. Is there
away around this or another function that I can use. Here is an example but,
it is much longer when it is completed.
=IF(F2650,"7250",IF(F2600,"6750",IF(F2550,"6000 ")))
I have about 15 IF functions I need to nest.

Thanks