hello ppl
i wanted to know if there is a formular that would say if a certain cell reaches a certain value it will add 1 to another cell for example
if cell B2 reaches 24 then 1 would be added to cell B3
thanks in advance
hello ppl
i wanted to know if there is a formular that would say if a certain cell reaches a certain value it will add 1 to another cell for example
if cell B2 reaches 24 then 1 would be added to cell B3
thanks in advance
Hi,
Not sure if you want 1 to be in B3, or 1 to be added to the value in B3.
First
=IF(B2>=24,1,"")
Second
=IF(B2>=24,B3+1,"")
oldchippy
-------------
![]()
![]()
Blessed are those who can give without remembering and take without forgetting
If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.
Click here >>> Top Excel links for beginners to Experts
Forum Rules >>>Please don't forget to read these
hello
thanks for the reply
dat formular only adds 1 when da cells goes to 24 but when it goes back down it becomes blank
i want the formula to keep on adding 1 everytime it reaches 24
for example
if you have a table and you wants Cell b15 to add 1 on to B15 everytime cell B14 reaches 24
eg B14 would reset when it goes to 24
You need some VBA code to do that, I'm afraid thats not my expertise. Maybe someone out there can help our friend here - ANYONE THERE!
Thanks for your help tho still reali apraciate it
is there any1 thats noes a VBA code??????
Can you explain a bit more.
Is B14 a formula ??
Howeg B14 would reset when it goes to 24
VBA Noob
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
noo its not a code
just a example
in short
everytime you type 24 in say B12 then it would add 1 to B13
Right click your sheet tab > select view code > paste in the below
When B12 is > = 24 then B13 will increase by 1
HTH![]()
Please Login or Register to view this content.
VBA Noob
omg it works
thanks alot you dont know how much this has helped me
thanks a alot bro
Your welcome
VBA Noob
sorry another problem
u no da code u gave me it works and all
but on that cell i got a sum forumalr adding range F8:F14
so if i put da forumlar the forumla deletes
isent there a way i can keep that same function but i need to sum foumalar to stay
if u get what i mean
See if this helps
If Range F8 to F14 total is 12 and you enter a number in B12 >=24 then B13 will equal value of B13 (12) + 1 + sum total 12 = 25
VBA Noob![]()
Please Login or Register to view this content.
thanks for your help
i have attached a file which explains the problem that i am facing if you could please help me solve it i would be real grateful
that in advance
Format cell aswhich goes over 24 hrs[h]:mm
VBA Noob
now the proble is that because i formated the cell as "[h]:mm" i cannot times that by a number to find out the wage e.g.
Cell F15 has the time worked for the week formated as "[h]:mm" but in cell G15 i have put a formula "=F15*6" 6 being the hourly rate but that dont work
F15 has 36:00 and that multiplied by 6 should equal to 216 but the answer gives me ZERO
thanks in advance
See if attached helps
VBA Noob
Thanks alot bro
u helped me bareeee
i was stuck on this problem for bareee time
i thought i had to change da code and this and that, but it was so simple
Thanks alot
reli appreciate it
thanks again
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks