Can somebody help me?
Please show me how to do something with IF function.
In row 4 i have sum of column B and column C.
I want to compare the cell B4 and C4.
I want to increase the value of cell C1, with adding the number 1 until the C4=B4
-------A-----B-----C
1-------------3-----1
2-------------5-----3
3-------------9-----4
4------------17----8 ----this is sum
=IF(C4<B4;C1+1;C4) ??
..with this way, the result is 2, because IF function do adding just one time...
..help...tnx...
Last edited by qsebastian; 03-10-2010 at 04:12 PM.
Welcome to the forum.
Please take a few minues to read the forum rules, and then amend your thread title accordingly.
Thanks.
Microsoft MVP - Excel
Entia non sunt multiplicanda sine necessitate
In C1: =A6-B3-B4
Microsoft MVP - Excel
Entia non sunt multiplicanda sine necessitate
hm, maybe i wasn't clear enough...
i want that the value in cell C1 increase repeatedly,from value which is already in the cell, step by step, until C4 = B4...
No formula is going to do that. The formula I gave you will make the totals in B4 and C4 the same.
Microsoft MVP - Excel
Entia non sunt multiplicanda sine necessitate
ok, but can i do something in Visual Basic maybe, something with functions IF, THEN, ELSE ?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks