#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default PLEASE HELP


MY FORMULA IS
=SUMIF(Y3:Y104,"=27-AUG",R3:R104)-(L106+L107)

HOW CAN I USE UPDATABLE CRITERIA, INSTEAD THE ABOVE , FOR EXAMPLE C:I WHICH
IS =NOW()
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default PLEASE HELP

hi
not sure if you understand your example but....updateable criteria.......
you could put the date in a cell say Y1 or whatever then edit the formula

=SUMIF(Y3:Y104,"=" & Y1,R3:R104)-(L106+L107)

regards
FSt1

"WAHEEB AKEEL" wrote:


MY FORMULA IS
=SUMIF(Y3:Y104,"=27-AUG",R3:R104)-(L106+L107)

HOW CAN I USE UPDATABLE CRITERIA, INSTEAD THE ABOVE , FOR EXAMPLE C:I WHICH
IS =NOW()

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default PLEASE HELP

Try this:

C1: =NOW()

=SUMIF(Y3:Y104,"="&C1,R3:R104)-(L106+L107)

--
Biff
Microsoft Excel MVP


"WAHEEB AKEEL" wrote in message
...

MY FORMULA IS
=SUMIF(Y3:Y104,"=27-AUG",R3:R104)-(L106+L107)

HOW CAN I USE UPDATABLE CRITERIA, INSTEAD THE ABOVE , FOR EXAMPLE C:I
WHICH
IS =NOW()



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default PLEASE HELP

I suggest you use TODAY() rather than NOW() if you are only interested
in the date and not the time.

Hope this helps.

Pete

On Aug 30, 6:02*pm, WAHEEB AKEEL
wrote:
MY FORMULA IS
=SUMIF(Y3:Y104,"=27-AUG",R3:R104)-(L106+L107)

HOW CAN I *USE UPDATABLE CRITERIA, INSTEAD THE ABOVE , FOR EXAMPLE C:I WHICH
IS =NOW()


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



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