View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
BM BM is offline
external usenet poster
 
Posts: 10
Default Help with a nested IF statement.

Thanks for the replies! I will try this when I get on my work computer.

"JMB" wrote:

A suggestion for shortening it a little:
=$C$28/12*CHOOSE($C$29, 3, 2, 1, 12, 11, 10, 9, 8)


"VBA Noob" wrote:


Could try Choose

=CHOOSE($C$29,$C$28/12*3,$C$28/12*2,$C$28/12*1,$C$28/12*12,$C$28/12*11,$C$28/12*10,$C$28/12*9,$C$28/12*8)


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=572835